]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.510 v7.3.510
authorBram Moolenaar <Bram@vim.org>
Mon, 30 Apr 2012 09:34:28 +0000 (11:34 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 30 Apr 2012 09:34:28 +0000 (11:34 +0200)
Problem:    Test 77 fails on Solaris 7. (Michael Soyka)
Solution:   Replace any tabs with spaces.

src/testdir/test77.in
src/version.c

index 441845c34789859809215e2d5c8b8134892fd31f..8ac7e10fcafc4597301f7dc91e634e0df1c6f54d 100644 (file)
@@ -21,7 +21,9 @@ ggdG
 :while i <= 2000000 | call append(i, range(i, i + 99)) | let i += 100 | endwhile
 ggdd
 :w! Xtest
-:!cksum Xtest > test.out
+:r !cksum Xtest
+:s/\s/ /g
+:.w! test.out
 :qa!
 ENDTEST
 
index 4c90c998b77b075992d351ef9ea89f6ea945c8c7..9352c700928860ba624e6af48a8958b4f646f937 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    510,
 /**/
     509,
 /**/