0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 9.0.1443: ending Insert mode when accessing a hidden prompt buffer

Problem:    Ending Insert mode when accessing a hidden prompt buffer.
Solution:   Don't stop Insert mode when it was active before. (closes #12237)
This commit is contained in:
Bram Moolenaar
2023-04-09 22:01:31 +01:00
parent bfc7cbd1d4
commit 05a627c3d4
4 changed files with 19 additions and 0 deletions

View File

@@ -4274,6 +4274,7 @@ typedef struct
bufref_T new_curbuf; // new curbuf
char_u *globaldir; // saved value of globaldir
int save_VIsual_active; // saved VIsual_active
int save_State; // saved State
} aco_save_T;
/*