diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-09-23 14:24:40 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-09-23 14:24:40 +0200 |
commit | 4b9d637e9cb4864c28a331ecf4f9c67696240897 (patch) | |
tree | 27cd06206559bcd6daa9f410675da00ee9572a7c /src/version.c | |
parent | d355c50a2a07eaec87729d405553e15e5e680ca0 (diff) | |
download | vim-4b9d637e9cb4864c28a331ecf4f9c67696240897.zip |
updated for version 7.4.455
Problem: Completion for :buf does not use 'wildignorecase'. (Akshay H)
Solution: Pass the 'wildignorecase' flag around.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 1069c0b01..9083083d1 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 455, +/**/ 454, /**/ 453, |