Problem: Test 72 still fails once in a while.
Solution: Don't set 'fileformat' to unix, reset it. (Ken Takata)
:" 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/
:" With encryption, cryptmethod=blowfish
:e! Xtestfile
rubbish
-:set undofile cm=blowfish
+:set undofile cm=blowfish ff&
ggdGijan
feb
mar
:" With encryption, cryptmethod=blowfish2
:e! Xtestfile
rubbish
-:set undofile cm=blowfish2
+:set undofile cm=blowfish2 ff&
ggdGijan
feb
mar
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 500,
/**/
499,
/**/