]> granicus.if.org Git - vim/commit
patch 8.1.0223: completing shell command finds sub-directories in $PATH v8.1.0223
authorBram Moolenaar <Bram@vim.org>
Sat, 28 Jul 2018 17:20:13 +0000 (19:20 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 28 Jul 2018 17:20:13 +0000 (19:20 +0200)
commit6ab9e429da18f4d784222a9f7dfafb7c0218b7eb
treeeedfdb81ae149bcbbc0696964bad1a4db077b830
parent73b4abae5d47fe7e8b5829aaa0abe5b1eac8a408
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)
src/ex_getln.c
src/testdir/test_cmdline.vim
src/version.c