updated for version 7.3.914

Problem:    ~/.viminfo is messed up when running tests.
Solution:   Set the viminfo filename.
This commit is contained in:
Bram Moolenaar
2013-04-24 15:47:15 +02:00
parent f687cf3f36
commit 2ab0713279
3 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ Some tests for setting 'number' and 'relativenumber'
STARTTEST
:so small.vim
:set hidden nocp nu rnu
:set hidden nocp nu rnu viminfo+=nviminfo
:redir @a | set nu? rnu? | redir END
:e! xx
:redir @b | set nu? rnu? | redir END

View File

@@ -17,7 +17,7 @@ Test cases:
STARTTEST
:so small.vim
:set nocp
:set nocp viminfo+=nviminfo
:
:" User functions
:function MoveToCap()

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
914,
/**/
913,
/**/