]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1464: completing directory after :find does not add slash v8.0.1464
authorBram Moolenaar <Bram@vim.org>
Sat, 3 Feb 2018 19:43:08 +0000 (20:43 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 3 Feb 2018 19:43:08 +0000 (20:43 +0100)
commit8a37b032895b40dd6953280c33585bcba0c7ef8b
treec39fe8ece690663f153d7d27c5baaf7baba76e47
parentec48a9c58989babcad23d73483955f35b6e41492
patch 8.0.1464: completing directory after :find does not add slash

Problem:    Completing directory after :find does not add slash.
Solution:   Adjust the flags for globpath(). (Genki Sky)
src/misc1.c
src/testdir/test_find_complete.vim
src/version.c