Skip to content
Snippets Groups Projects
Commit 5a7d7cde authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

Avoid that test 73 ovewrites viminfo. (James Vega)

parent db41fa25
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment