1
0
forked from aniani/vim

patch 8.1.0640: get E14 while typing command :tab with 'incsearch' set

Problem:    Get E14 while typing command :tab with 'incsearch' set.
Solution:   Do not give an error when looking for the command. (Yasuhiro
            Higashi)
This commit is contained in:
Bram Moolenaar
2018-12-26 21:45:00 +01:00
parent 8cf734e024
commit 548e598573
3 changed files with 29 additions and 9 deletions

View File

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