diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-09-05 11:36:02 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-09-05 11:36:02 +0000 |
commit | 6abf17bc7e215650e87ca96216ac36683bc85b59 (patch) | |
tree | f953be56d25c6d8ea5c89771bc6ea1a3ca3bbddf /src/testdir/test56.in | |
parent | 9fecb460fea33e190904e70274345e42fb44ed52 (diff) | |
download | vim-git-6abf17bc7e215650e87ca96216ac36683bc85b59.tar.gz |
updated for version 7.0-085v7.0.085
Diffstat (limited to 'src/testdir/test56.in')
-rw-r--r-- | src/testdir/test56.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test56.in b/src/testdir/test56.in index f657f92cd..67d66af46 100644 --- a/src/testdir/test56.in +++ b/src/testdir/test56.in @@ -3,7 +3,7 @@ Test for script-local function. vim: set ft=vim : STARTTEST :so small.vim :" -:set nocp +:set nocp viminfo+=nviminfo :/^start:/+1,/^end:/-1w! Xtest.vim :source Xtest.vim _x |