From 46c610c9fe57912ae5605d06b04aa6a122794a0d Mon Sep 17 00:00:00 2001 From: Scott Prager Date: Wed, 22 Oct 2014 17:15:20 -0400 Subject: vim-patch:7.4.406 Problem: Test 72 and 100 fail on MS-Windows. Solution: Set fileformat to unix in the tests. (Taro Muraoka) https://code.google.com/p/vim/source/detail?r=v7-4-406 --- src/nvim/testdir/test100.in | 3 +++ src/nvim/testdir/test72.in | 1 + src/nvim/version.c | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/testdir/test100.in b/src/nvim/testdir/test100.in index f9f5f9119f..f6d2e3711b 100644 --- a/src/nvim/testdir/test100.in +++ b/src/nvim/testdir/test100.in @@ -18,6 +18,7 @@ STARTTEST :call FillBuffer() :call feedkeys(":earlier 10\n", 't') :call UndoLevel() +:set ft=unix :%w! test.out :new two :0put ='TWO: expecting global undolevels: 5, local undolevels: 2 (first) then 10 (afterwards)' @@ -27,6 +28,7 @@ STARTTEST :call UndoLevel() :setlocal ul=10 :call UndoLevel() +:set ft=unix :%w >> test.out :wincmd p :redir >>test.out | echo "global value shouldn't be changed and still be 5!" | echo 'ONE: expecting global undolevels: 5, local undolevels: -123456 (default)'|:setglobal undolevels? | echon ' global' | setlocal undolevels? | echon ' local' |echo "" |redir end @@ -35,6 +37,7 @@ STARTTEST :1put ='global value should be changed to 50' :2put ='THREE: expecting global undolevels: 50, local undolevels: -123456 (default)' :call UndoLevel() +:set ft=unix :%w >> test.out :"sleep 10 :" diff --git a/src/nvim/testdir/test72.in b/src/nvim/testdir/test72.in index 0821764c3c..4700d86981 100644 --- a/src/nvim/testdir/test72.in +++ b/src/nvim/testdir/test72.in @@ -8,6 +8,7 @@ STARTTEST :" Test 'undofile': first a simple one-line change. :set nocompatible viminfo+=nviminfo visualbell :set ul=100 undofile nomore +:set ft=unix :e! Xtestfile ggdGithis is one line:set ul=100 :s/one/ONE/ diff --git a/src/nvim/version.c b/src/nvim/version.c index fbb2b081dd..6d01c8b2e4 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -226,7 +226,7 @@ static int included_patches[] = { //409 NA 408, 407, - //406, + 406, 405, //404 NA //403 NA -- cgit From 95cdf32f24562f09547e77f406bb764118779a97 Mon Sep 17 00:00:00 2001 From: Scott Prager Date: Wed, 22 Oct 2014 17:02:04 -0400 Subject: version: More NA patches. --- src/nvim/version.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index 6d01c8b2e4..5b829ef310 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -234,12 +234,12 @@ static int included_patches[] = { //401 NA //400 NA //399 NA - //398, + //398 NA 397, //396, //395, - //394, - //393, + //394 NA + //393 NA 392, 391, //390, -- cgit From 089f977d18c591a0b363dc98bb2215210fb2860b Mon Sep 17 00:00:00 2001 From: Scott Prager Date: Wed, 22 Oct 2014 17:09:42 -0400 Subject: version: update patches to 488 --- src/nvim/version.c | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index 5b829ef310..467cc01c42 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -175,6 +175,36 @@ static char *(features[]) = { }; static int included_patches[] = { + //488, + //487, + //486, + //485, + //484, + //483, + //482, + //481, + //480, + //479, + //478, + //477, + //476, + //475, + //474, + //473, + //472, + //471, + //470, + //469, + //468, + //467, + //465, + //464, + //463, + //462, + //461, + //460, + //459, + //458, //457, //456, //455, -- cgit