1
0
forked from aniani/vim

patch 9.0.1636: expanding a pattern interferes with cmdline completion

Problem:    Expanding a pattern interferes with command line completion.
Solution:   Set the file index only when appropriate. (closes #12519)
This commit is contained in:
zeertzjq
2023-06-15 22:51:57 +01:00
committed by Bram Moolenaar
parent da51ad51bf
commit 094dd152fe
3 changed files with 37 additions and 6 deletions

View File

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