1
0
forked from aniani/vim

patch 8.2.1983: ml_get error when using <Cmd> to open a terminal

Problem:    ml_get error when using <Cmd> to open a terminal.
Solution:   If the window changed reset the incsearch state. (closes #7289)
This commit is contained in:
Bram Moolenaar
2020-11-14 14:22:28 +01:00
parent 2ce7790348
commit f4d61bc559
4 changed files with 56 additions and 4 deletions

View File

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