summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-09-23 14:24:40 +0200
committerBram Moolenaar <Bram@vim.org>2014-09-23 14:24:40 +0200
commit4b9d637e9cb4864c28a331ecf4f9c67696240897 (patch)
tree27cd06206559bcd6daa9f410675da00ee9572a7c /src/version.c
parentd355c50a2a07eaec87729d405553e15e5e680ca0 (diff)
downloadvim-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.c2
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,