commit | 6ab9e429da18f4d784222a9f7dfafb7c0218b7eb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 28 19:20:13 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 28 19:20:13 2018 +0200 |
tree | eedfdb81ae149bcbbc0696964bad1a4db077b830 | |
parent | 73b4abae5d47fe7e8b5829aaa0abe5b1eac8a408 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 968ff96..e646a2b 100644 --- a/src/version.c +++ b/src/version.c
@@ -799,6 +799,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 223, +/**/ 222, /**/ 221,