diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-04-24 15:47:15 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-04-24 15:47:15 +0200 |
commit | 2ab0713279c26f23718a2913e92e22957833fe35 (patch) | |
tree | 863e93d841b3ce1e8aa70cc5f5ee0a16057bdfc5 /src/testdir/test94.in | |
parent | f687cf3f363cc1cbe73b61524ff8dac03aeb65a0 (diff) | |
download | vim-git-2ab0713279c26f23718a2913e92e22957833fe35.tar.gz |
updated for version 7.3.914v7.3.914
Problem: ~/.viminfo is messed up when running tests.
Solution: Set the viminfo filename.
Diffstat (limited to 'src/testdir/test94.in')
-rw-r--r-- | src/testdir/test94.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test94.in b/src/testdir/test94.in index 1d32f554f..27cab473d 100644 --- a/src/testdir/test94.in +++ b/src/testdir/test94.in @@ -17,7 +17,7 @@ Test cases: STARTTEST :so small.vim -:set nocp +:set nocp viminfo+=nviminfo : :" User functions :function MoveToCap() |