1
0
forked from aniani/vim

patch 8.2.1781: writing to prompt buffer interferes with insert mode

Problem:    Writing to prompt buffer interferes with insert mode.
Solution:   Use win_enter() instead of just setting "curwin". (Ben Jackson,
            closes #7035)
This commit is contained in:
Bram Moolenaar
2020-10-01 20:03:04 +02:00
parent 668008be66
commit 4537bcc889
3 changed files with 36 additions and 1 deletions

View File

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