diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-07-15 13:33:21 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-07-15 13:33:21 +0200 |
commit | 37a02ca1c2ecd5cbc5678d901c7bc55e8da0604f (patch) | |
tree | 527eecc9b8c7ba525b8b64c91f78a52d4fa813e1 /src/testdir/test78.in | |
parent | 19fd09a78fd0959ad60ff03a2324c974e0f5cc44 (diff) | |
download | vim-37a02ca1c2ecd5cbc5678d901c7bc55e8da0604f.zip |
updated for version 7.3.247
Problem: Running tests changes the users viminfo file. Test for patch
7.3.245 missing.
Solution: Add "nviminfo" to the 'viminfo' option. Include the test.
Diffstat (limited to 'src/testdir/test78.in')
-rw-r--r-- | src/testdir/test78.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test78.in b/src/testdir/test78.in index bcbc97243..1850bd923 100644 --- a/src/testdir/test78.in +++ b/src/testdir/test78.in @@ -6,7 +6,7 @@ blocks. STARTTEST :so small.vim -:set nocp fileformat=unix undolevels=-1 +:set nocp fileformat=unix undolevels=-1 viminfo+=nviminfo :e! Xtest ggdG :let text = "\tabcdefghijklmnoparstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnoparstuvwxyz0123456789" |