]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-254 v7.1.254
authorBram Moolenaar <Bram@vim.org>
Wed, 20 Feb 2008 09:58:18 +0000 (09:58 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 20 Feb 2008 09:58:18 +0000 (09:58 +0000)
src/testdir/test49.in
src/testdir/test55.in
src/version.c

index 22191b21a28bb313bb151d2824bb9cb5d2285698..bd6cb4cad751af5c62c814d60709385cfa6f935c 100644 (file)
@@ -6,6 +6,7 @@ test49.failed, try to add one ore more "G"s at the line ending in "test.out"
 STARTTEST
 :so small.vim
 :se nocp nomore viminfo+=nviminfo
+:lang mess C
 :so test49.vim
 GGGGGGGGGGGGGG"rp:.-,$w! test.out
 :"
index 22437625ba8b78f27b14b922a9d8cc0026137a3f..7d0008e7e45e117ad132054de598d5eafa330f7e 100644 (file)
@@ -146,7 +146,7 @@ let l = [0, 1, 2, 3]
 :try
 :  let n = d[1500]
 :catch
-:  $put =v:exception[:14] . v:exception[-4:-1]
+:  $put =substitute(v:exception, '\v(.{14}).*( \d{4}).*', '\1\2', '')
 :endtry
 :" lookup each items
 :for i in range(1500)
index dc7a05a391f67b12c2a18c6ac5dfbbf26d66534c..02e108e4f791e6821e57fa1ffb0b0d1787a95fe9 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    254,
 /**/
     253,
 /**/