vim-patch:7.4.500

Problem:    Test 72 still fails once in a while.
Solution:   Don't set 'fileformat' to unix, reset it. (Ken Takata)

https://code.google.com/p/vim/source/detail?r=v7-4-500
This commit is contained in:
Pavel Platto 2015-01-21 18:48:09 +00:00
parent d550eecf70
commit 83d8e87a92
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@ STARTTEST
:" Test 'undofile': first a simple one-line change.
:set visualbell
:set ul=100 undofile nomore
:set ft=unix
:e! Xtestfile
ggdGithis is one line:set ul=100
:s/one/ONE/

View File

@ -245,7 +245,7 @@ static int included_patches[] = {
//503,
//502,
//501 NA
//500,
500,
499,
//498 NA
//497,