1
0
forked from aniani/vim

patch 8.2.3378: MS-Windows: completing environment variables with % is wrong

Problem:    MS-Windows: completing environment variables with % is wrong.
Solution:   Only complete environment variables with $. (Albert Liu,
            closes #8791)
This commit is contained in:
Albert Liu
2021-08-27 20:59:35 +02:00
committed by Bram Moolenaar
parent 47016f5772
commit 6024c0427c
3 changed files with 9 additions and 7 deletions

View File

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