refactor(optionstr.c): break up did_set_string_option 7

This commit is contained in:
Lewis Russell
2023-01-19 09:55:50 +00:00
parent 632bc7954e
commit a22702b5d5
4 changed files with 55 additions and 48 deletions

View File

@@ -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();