1
0
forked from aniani/vim

Make test 73 a bit more portable.

This commit is contained in:
Bram Moolenaar
2010-08-04 18:27:57 +02:00
parent 1affd72471
commit 3ea5fa7a11
3 changed files with 9 additions and 4 deletions

View File

@@ -33,6 +33,8 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
Before release 7.3: Before release 7.3:
- Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23) - Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23)
test73 doesn't work on MS-Windows.
test72 causes a beep for using "u" when it doesn't work. test72 causes a beep for using "u" when it doesn't work.
Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6) Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6)

View File

@@ -59,6 +59,7 @@ clean:
-if exist mbyte.vim del mbyte.vim -if exist mbyte.vim del mbyte.vim
-if exist mzscheme.vim del mzscheme.vim -if exist mzscheme.vim del mzscheme.vim
-del X* -del X*
-del X*.*
-if exist viminfo del viminfo -if exist viminfo del viminfo
.in.out: .in.out:

View File

@@ -1,13 +1,15 @@
Tests for find completion. Tests for find completion.
STARTTEST STARTTEST
:!mkdir -p Xfind/in/path :!mkdir Xfind
:!mkdir Xfind/in
:!mkdir Xfind/in/path
:e Xfind/file.txt :e Xfind/file.txt
aHoly Grail:w SHoly Grail:w
:e Xfind/in/file.txt :e Xfind/in/file.txt
aJimmy Hoffa:w SJimmy Hoffa:w
:e Xfind/in/path/file.txt :e Xfind/in/path/file.txt
aE.T.:w SE.T.:w
:set path=Xfind/** :set path=Xfind/**
:set nocp :set nocp
:find file :find file