Merge pull request #15840 from vimpostor/vim-8.2.3430

vim-patch:8.2.{3430,3434,3462,3463,3555,3609,3610}: ModeChanged autocmd
This commit is contained in:
Jan Edmund Lazo
2021-11-30 22:13:50 -05:00
committed by GitHub
20 changed files with 273 additions and 25 deletions

View File

@@ -196,6 +196,7 @@ void do_exmode(void)
exmode_active = true;
State = NORMAL;
trigger_modechanged();
// When using ":global /pat/ visual" and then "Q" we return to continue
// the :global command.