Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit18e0d64

Browse files
KevinSJgithub-actions[bot]
authored andcommitted
fix(tui): fix piping output make nvim unusable
fix(tui): fix piping output make nvim unusable(cherry picked from commit72ce1f3)
1 parentd784474 commit18e0d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/nvim/ui.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ void ui_flush(void)
521521
api_free_array(style);
522522
pending_mode_info_update= false;
523523
}
524-
if (pending_mode_update) {
524+
if (pending_mode_update&& !starting) {
525525
char*full_name=shape_table[ui_mode_idx].full_name;
526526
ui_call_mode_change(cstr_as_string(full_name),ui_mode_idx);
527527
pending_mode_update= false;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp