commit | e9d58a6459687a1228b5aa85bd7b31f8f1e528a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 13 15:07:41 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 13 15:07:41 2016 +0200 |
tree | 0ebad4df9b44984195bce5810eba4191a7180d93 | |
parent | 0952131376a517fc12dc5ae908a97018b4ee23f0 [diff] [blame] |
patch 7.4.2205 Problem: 'wildignore' always applies to getcompletion(). Solution: Add an option to use 'wildignore' or not. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 11ab8f6..dd7b4b7 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2205, +/**/ 2204, /**/ 2203,