diff src/version.c @ 6241:ebc72764fa1e v7.4.455

updated for version 7.4.455 Problem: Completion for :buf does not use 'wildignorecase'. (Akshay H) Solution: Pass the 'wildignorecase' flag around.
author Bram Moolenaar <bram@vim.org>
date Tue, 23 Sep 2014 14:24:40 +0200
parents 0cdff7c26855
children 54194bd6ed60
line wrap: on
line diff
--- 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,