mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
refactor(optionstr.c): break up did_set_string_option 7
This commit is contained in:
@@ -3474,7 +3474,7 @@ static void ins_ctrl_hat(void)
|
||||
State |= MODE_LANGMAP;
|
||||
}
|
||||
}
|
||||
set_iminsert_global();
|
||||
set_iminsert_global(curbuf);
|
||||
showmode();
|
||||
// Show/unshow value of 'keymap' in status lines.
|
||||
status_redraw_curbuf();
|
||||
|
Reference in New Issue
Block a user