Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
Vim
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Someone-Else
Vim
Commits
3ea5fa7a
Commit
3ea5fa7a
authored
14 years ago
by
Bram Moolenaar
Browse files
Options
Downloads
Patches
Plain Diff
Make test 73 a bit more portable.
parent
1affd724
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
runtime/doc/todo.txt
+2
-0
2 additions, 0 deletions
runtime/doc/todo.txt
src/testdir/Make_dos.mak
+1
-0
1 addition, 0 deletions
src/testdir/Make_dos.mak
src/testdir/test73.in
+6
-4
6 additions, 4 deletions
src/testdir/test73.in
with
9 additions
and
4 deletions
runtime/doc/todo.txt
+
2
−
0
View file @
3ea5fa7a
...
...
@@ -33,6 +33,8 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
Before release 7.3:
- 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.
Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6)
...
...
This diff is collapsed.
Click to expand it.
src/testdir/Make_dos.mak
+
1
−
0
View file @
3ea5fa7a
...
...
@@ -59,6 +59,7 @@ clean:
-
if
exist mbyte.vim del mbyte.vim
-
if
exist mzscheme.vim del mzscheme.vim
-
del X
*
-
del X
*
.
*
-
if
exist viminfo del viminfo
.in.out
:
...
...
This diff is collapsed.
Click to expand it.
src/testdir/test73.in
+
6
−
4
View file @
3ea5fa7a
Tests for find completion.
STARTTEST
:!mkdir -p Xfind/in/path
:!mkdir Xfind
:!mkdir Xfind/in
:!mkdir Xfind/in/path
:e Xfind/file.txt
a
Holy Grail:w
S
Holy Grail:w
:e Xfind/in/file.txt
a
Jimmy Hoffa:w
S
Jimmy Hoffa:w
:e Xfind/in/path/file.txt
a
E.T.:w
S
E.T.:w
:set path=Xfind/**
:set nocp
:find file
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment