1
0
forked from aniani/vim

patch 8.2.3671: restarting Insert mode in prompt buffer too often

Problem:    Restarting Insert mode in prompt buffer too often when a callback
            switches windows and comes back. (Sean Dewar)
Solution:   Do not set "restart_edit" when already in Insert mode.
This commit is contained in:
Bram Moolenaar
2021-11-25 13:04:48 +00:00
parent 8af87bd6b1
commit 34c20ff85b
3 changed files with 30 additions and 2 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3671,
/**/
3670,
/**/