commit | 29d54df5cdd0ef4caa9c050854ddffdabece7a61 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 13 12:58:12 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 13 12:58:12 2015 +0200 |
tree | 3d232bc1e126595a25ec004b54e5a35646c9ce3a | |
parent | 5a5f45917dbf542cb00617fa5ef70a14898495dd [diff] |
patch 7.4.694 Problem: Running tests changes the .viminfo file. Solution: Disable viminfo in the text objects test.
diff --git a/src/testdir/test_textobjects.in b/src/testdir/test_textobjects.in index d1cdafc..dc48efc 100644 --- a/src/testdir/test_textobjects.in +++ b/src/testdir/test_textobjects.in
@@ -3,7 +3,7 @@ STARTTEST :so small.vim :if !has('textobjects') | e! test.ok | wq! test.out | endif -:set nocompatible +:set nocp viminfo+=nviminfo :" :function SelectionOut(data) : new