]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-151 v7.2.151
authorBram Moolenaar <Bram@vim.org>
Wed, 22 Apr 2009 11:52:33 +0000 (11:52 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 22 Apr 2009 11:52:33 +0000 (11:52 +0000)
src/ex_getln.c
src/version.c

index 3f1ea718016746779b6d5cead406384edf714837..3bf78db79e192278a07377da6fccca2a54d7990d 100644 (file)
@@ -5686,7 +5686,7 @@ ex_history(eap)
        histype1 = get_histtype(arg);
        if (histype1 == -1)
        {
-           if (STRICMP(arg, "all") == 0)
+           if (STRNICMP(arg, "all", STRLEN(arg)) == 0)
            {
                histype1 = 0;
                histype2 = HIST_COUNT-1;
index e2963645cd90394310aaf20560cc8227bf9d4fe8..afb3650e1cdcb554621148ba8a651ada59014f4b 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    151,
 /**/
     150,
 /**/