Hi list and Bram.
With Vim 7.4.404, test72 and 100 are failed on Windows.
I have wrote two patches to fix those.
Please check attached.
Best.
--
MURAOKA Taro <[email protected]>
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
# HG changeset patch
# Parent 8cca0bce0d8e5b6988622cbfc596900217be23dc
diff -r 8cca0bce0d8e -r 982120f4610b src/testdir/test72.in
--- a/src/testdir/test72.in Fri Aug 15 10:16:17 2014 +0900
+++ b/src/testdir/test72.in Fri Aug 15 10:23:03 2014 +0900
@@ -8,6 +8,7 @@
:" Test 'undofile': first a simple one-line change.
:set nocompatible viminfo+=nviminfo visualbell
:set ul=100 undofile nomore
+:set ff=unix
:e! Xtestfile
ggdGithis is one line:set ul=100
:s/one/ONE/
# HG changeset patch
# Parent df869837901c5ea46333bd9b5b8c4d082ee952d7
diff -r df869837901c src/testdir/test100.in
--- a/src/testdir/test100.in Sun Mar 30 12:16:27 2014 +0900
+++ b/src/testdir/test100.in Sun Mar 30 12:17:00 2014 +0900
@@ -18,6 +18,7 @@
:call FillBuffer()
:call feedkeys(":earlier 10\n", 't')
:call UndoLevel()
+:set ff=unix
:%w! test.out
:new two
:0put ='TWO: expecting global undolevels: 5, local undolevels: 2 (first) then
10 (afterwards)'
@@ -27,6 +28,7 @@
:call UndoLevel()
:setlocal ul=10
:call UndoLevel()
+:set ff=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 @@
:1put ='global value should be changed to 50'
:2put ='THREE: expecting global undolevels: 50, local undolevels: -123456
(default)'
:call UndoLevel()
+:set ff=unix
:%w >> test.out
:"sleep 10
:"