mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.4.500
Problem: Test 72 still fails once in a while. Solution: Don't set 'fileformat' to unix, reset it. (Ken Takata)
This commit is contained in:
parent
e90c853ff6
commit
72971a2611
@ -8,7 +8,6 @@ STARTTEST
|
|||||||
:" Test 'undofile': first a simple one-line change.
|
:" Test 'undofile': first a simple one-line change.
|
||||||
:set nocompatible viminfo+=nviminfo visualbell
|
:set nocompatible viminfo+=nviminfo visualbell
|
||||||
:set ul=100 undofile nomore
|
:set ul=100 undofile nomore
|
||||||
:set ff=unix
|
|
||||||
:e! Xtestfile
|
:e! Xtestfile
|
||||||
ggdGithis is one line:set ul=100
|
ggdGithis is one line:set ul=100
|
||||||
:s/one/ONE/
|
:s/one/ONE/
|
||||||
@ -83,7 +82,7 @@ uu:w >>test.out
|
|||||||
:" With encryption, cryptmethod=blowfish
|
:" With encryption, cryptmethod=blowfish
|
||||||
:e! Xtestfile
|
:e! Xtestfile
|
||||||
rubbish
|
rubbish
|
||||||
:set undofile cm=blowfish
|
:set undofile cm=blowfish ff&
|
||||||
ggdGijan
|
ggdGijan
|
||||||
feb
|
feb
|
||||||
mar
|
mar
|
||||||
@ -109,7 +108,7 @@ u:.w >>test.out
|
|||||||
:" With encryption, cryptmethod=blowfish2
|
:" With encryption, cryptmethod=blowfish2
|
||||||
:e! Xtestfile
|
:e! Xtestfile
|
||||||
rubbish
|
rubbish
|
||||||
:set undofile cm=blowfish2
|
:set undofile cm=blowfish2 ff&
|
||||||
ggdGijan
|
ggdGijan
|
||||||
feb
|
feb
|
||||||
mar
|
mar
|
||||||
|
@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
500,
|
||||||
/**/
|
/**/
|
||||||
499,
|
499,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user