mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
d550eecf70
commit
83d8e87a92
@ -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/
|
||||
|
@ -245,7 +245,7 @@ static int included_patches[] = {
|
||||
//503,
|
||||
//502,
|
||||
//501 NA
|
||||
//500,
|
||||
500,
|
||||
499,
|
||||
//498 NA
|
||||
//497,
|
||||
|
Loading…
Reference in New Issue
Block a user