diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-08 13:13:51 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-08 13:13:51 +0200 |
commit | 5a7d7cde15baaf0c7d48eeb72d3a94381a5cf427 (patch) | |
tree | ae0488eb24db1ad410318268d75c13da8d498852 /src/testdir | |
parent | db41fa255dea94d04f781ca7390bf64c801aca0f (diff) | |
download | vim-5a7d7cde15baaf0c7d48eeb72d3a94381a5cf427.zip |
Avoid that test 73 ovewrites viminfo. (James Vega)
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 |