commit | 73d4e4c8922f6f4d256f910a18f47c0c3a48c28b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 21:55:13 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 21:55:13 2016 +0200 |
tree | 61f174d30ce316a317650c55140c2839da316426 | |
parent | 3056735ae8a366aa7fcb51872520895251858637 [diff] [blame] |
patch 7.4.2274 Problem: Command line completion on "find **/filename" drops sub-directory. Solution: Handle this case separately. (Harm te Hennepe, closes #932, closes #939)
diff --git a/src/version.c b/src/version.c index 4a19097..9987b95 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2274, +/**/ 2273, /**/ 2272,