1
0
forked from aniani/vim

patch 8.2.3550: completion() does not work properly

Problem:    completion() does not work properly.
Solution:   Set xp_line and add WILD_HOME_REPLACE. (Shougo Matsushita,
            closes #9016)
This commit is contained in:
Shougo Matsushita
2021-10-21 11:39:53 +01:00
committed by Bram Moolenaar
parent b811de5d49
commit ae38a9db77
3 changed files with 19 additions and 1 deletions

View File

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