commit | 8a37b032895b40dd6953280c33585bcba0c7ef8b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 03 20:43:08 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 03 20:43:08 2018 +0100 |
tree | c39fe8ece690663f153d7d27c5baaf7baba76e47 | |
parent | ec48a9c58989babcad23d73483955f35b6e41492 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index af19279..811d521 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1464, +/**/ 1463, /**/ 1462,