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:
committed by
Bram Moolenaar
parent
47016f5772
commit
6024c0427c
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3378,
|
||||
/**/
|
||||
3377,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user