]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.604 v7.4.604
authorBram Moolenaar <Bram@vim.org>
Tue, 27 Jan 2015 16:12:00 +0000 (17:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 27 Jan 2015 16:12:00 +0000 (17:12 +0100)
Problem:    Running tests changes viminfo.
Solution:   Disable viminfo.

src/testdir/test_breakindent.in
src/version.c

index f9d903e51b9da33ed284f2d3b28f326f28ca443d..d2869317f2d140f8da9d3358624f39aba33373cb 100644 (file)
@@ -100,7 +100,7 @@ fygjyl:let line2 = @0
 :$put =line2
 :"
 :let g:test="Test 14: breakindent + visual blockwise delete #1"
-:set all& breakindent
+:set all& breakindent viminfo+=nviminfo
 :30vnew
 :normal! 3a1234567890
 :normal! a    abcde
index 9ead88c5a08fd3ea5045346e4b3eb4cc99a0acc9..18c41c7479cdf68c8a83d01d7a060e2d1c3b417e 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    604,
 /**/
     603,
 /**/