mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
Fix: test 69 didn't work on MS-Windows. Test 72 beeped too often.
This commit is contained in:
@@ -49,6 +49,7 @@ win32: fixff $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS32)
|
||||
|
||||
fixff:
|
||||
-$(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:
|
||||
-del *.out
|
||||
|
@@ -25,6 +25,7 @@ u:.w! test.out
|
||||
:set undofile
|
||||
:bwipe!
|
||||
:e Xtestfile
|
||||
:" TODO: this beeps
|
||||
u:.w >>test.out
|
||||
:"
|
||||
:" Test 'undofile', add 10 lines, delete 6 lines, undo 3
|
||||
@@ -53,8 +54,7 @@ uuu:w >>test.out
|
||||
:" And now with encryption, cryptmethod=zip
|
||||
:e! Xtestfile
|
||||
:set undofile cm=zip
|
||||
ggdG
|
||||
imonday
|
||||
ggdGimonday
|
||||
tuesday
|
||||
wednesday
|
||||
thursday
|
||||
@@ -76,8 +76,7 @@ uu:w >>test.out
|
||||
:" With encryption, cryptmethod=blowfish
|
||||
:e! Xtestfile
|
||||
:set undofile cm=blowfish
|
||||
ggdG
|
||||
ijan
|
||||
ggdGijan
|
||||
feb
|
||||
mar
|
||||
apr
|
||||
|
Reference in New Issue
Block a user