diff options
Diffstat (limited to 'src/testdir')
-rw-r--r-- | src/testdir/test73.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/testdir/test73.in b/src/testdir/test73.in index 46b111d67..943807600 100644 --- a/src/testdir/test73.in +++ b/src/testdir/test73.in @@ -6,7 +6,7 @@ STARTTEST :" delete the Xfind directory during cleanup :" :" This will cause a few errors, do it silently. -:set visualbell +:set nocp viminfo+=nviminfo visualbell :" :function! DeleteDirectory(dir) : if has("win16") || has("win32") || has("win64") @@ -18,7 +18,6 @@ STARTTEST :" On windows a stale "Xfind" directory may exist, remove it so that :" we start from a clean state. :call DeleteDirectory("Xfind") -:set nocp :new :let cwd=getcwd() :!mkdir Xfind |