]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.500 v7.4.500
authorBram Moolenaar <Bram@vim.org>
Wed, 5 Nov 2014 15:39:28 +0000 (16:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 5 Nov 2014 15:39:28 +0000 (16:39 +0100)
Problem:    Test 72 still fails once in a while.
Solution:   Don't set 'fileformat' to unix, reset it. (Ken Takata)

src/testdir/test72.in
src/version.c

index 87c25d4863f5ba4378e85995bbf5c4846a615bcf..a407eea4e4d3c90bf439d4f7fdd70ddf6c55e158 100644 (file)
@@ -8,7 +8,6 @@ STARTTEST
 :" Test 'undofile': first a simple one-line change.
 :set nocompatible viminfo+=nviminfo visualbell
 :set ul=100 undofile nomore
-:set ff=unix
 :e! Xtestfile
 ggdGithis is one line\e:set ul=100
 :s/one/ONE/
@@ -83,7 +82,7 @@ uu:w >>test.out
 :" With encryption, cryptmethod=blowfish
 :e! Xtestfile
 rubbish
-:set undofile cm=blowfish
+:set undofile cm=blowfish ff&
 ggdGijan
 feb
 mar
@@ -109,7 +108,7 @@ u:.w >>test.out
 :" With encryption, cryptmethod=blowfish2
 :e! Xtestfile
 rubbish
-:set undofile cm=blowfish2
+:set undofile cm=blowfish2 ff&
 ggdGijan
 feb
 mar
index 9008518e2347150b8fd78b05e4dfe3fa8e15a65f..7f27975a43a8dbaa270d39b6292b1ebca2161bf0 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    500,
 /**/
     499,
 /**/