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:
@@ -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;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user