forked from aniani/vim
Fix: test 69 didn't work on MS-Windows. Test 72 beeped too often.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
*todo.txt* For Vim version 7.3c. Last change: 2010 Jul 31
|
*todo.txt* For Vim version 7.3c. Last change: 2010 Aug 01
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@@ -35,9 +35,6 @@ Before release 7.3:
|
|||||||
|
|
||||||
Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6)
|
Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6)
|
||||||
|
|
||||||
Test 69 breaks on MS-Windows, both 32 and 64 builds. (George Reilly, 2010 Feb
|
|
||||||
26)
|
|
||||||
|
|
||||||
Should readfile() ignore BOM when not in binary mode?
|
Should readfile() ignore BOM when not in binary mode?
|
||||||
|
|
||||||
Bug: searching for tags file uses 'suffixesadd', should not happen. (Dominique
|
Bug: searching for tags file uses 'suffixesadd', should not happen. (Dominique
|
||||||
|
@@ -49,6 +49,7 @@ win32: fixff $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS32)
|
|||||||
|
|
||||||
fixff:
|
fixff:
|
||||||
-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok
|
-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok
|
||||||
|
-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=unix|upd" +q dotest.in
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-del *.out
|
-del *.out
|
||||||
|
@@ -25,6 +25,7 @@ u:.w! test.out
|
|||||||
:set undofile
|
:set undofile
|
||||||
:bwipe!
|
:bwipe!
|
||||||
:e Xtestfile
|
:e Xtestfile
|
||||||
|
:" TODO: this beeps
|
||||||
u:.w >>test.out
|
u:.w >>test.out
|
||||||
:"
|
:"
|
||||||
:" Test 'undofile', add 10 lines, delete 6 lines, undo 3
|
:" Test 'undofile', add 10 lines, delete 6 lines, undo 3
|
||||||
@@ -53,8 +54,7 @@ uuu:w >>test.out
|
|||||||
:" And now with encryption, cryptmethod=zip
|
:" And now with encryption, cryptmethod=zip
|
||||||
:e! Xtestfile
|
:e! Xtestfile
|
||||||
:set undofile cm=zip
|
:set undofile cm=zip
|
||||||
ggdG
|
ggdGimonday
|
||||||
imonday
|
|
||||||
tuesday
|
tuesday
|
||||||
wednesday
|
wednesday
|
||||||
thursday
|
thursday
|
||||||
@@ -76,8 +76,7 @@ uu:w >>test.out
|
|||||||
:" With encryption, cryptmethod=blowfish
|
:" With encryption, cryptmethod=blowfish
|
||||||
:e! Xtestfile
|
:e! Xtestfile
|
||||||
:set undofile cm=blowfish
|
:set undofile cm=blowfish
|
||||||
ggdG
|
ggdGijan
|
||||||
ijan
|
|
||||||
feb
|
feb
|
||||||
mar
|
mar
|
||||||
apr
|
apr
|
||||||
|
Reference in New Issue
Block a user