mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00: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:
@@ -8,7 +8,6 @@ STARTTEST
|
|||||||
:" Test 'undofile': first a simple one-line change.
|
:" Test 'undofile': first a simple one-line change.
|
||||||
:set visualbell
|
:set visualbell
|
||||||
:set ul=100 undofile nomore
|
:set ul=100 undofile nomore
|
||||||
:set ft=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/
|
||||||
|
@@ -245,7 +245,7 @@ static int included_patches[] = {
|
|||||||
//503,
|
//503,
|
||||||
//502,
|
//502,
|
||||||
//501 NA
|
//501 NA
|
||||||
//500,
|
500,
|
||||||
499,
|
499,
|
||||||
//498 NA
|
//498 NA
|
||||||
//497,
|
//497,
|
||||||
|
Reference in New Issue
Block a user