1
0
forked from aniani/vim

patch 8.1.0223: completing shell command finds sub-directories in $PATH

Problem:    Completing shell command finds sub-directories in $PATH.
Solution:   Remove EW_DIR when completing an item in $PATH. (Jason Franklin)
This commit is contained in:
Bram Moolenaar
2018-07-28 19:20:13 +02:00
parent 73b4abae5d
commit 6ab9e429da
3 changed files with 43 additions and 13 deletions

View File

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