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 ff1e3bfb0e
commit 494039b9d8
3 changed files with 4 additions and 2 deletions
+1 -1
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
+1 -1
View File
@@ -17,7 +17,7 @@ Test cases:
STARTTEST
:so small.vim
:set nocp
:set nocp viminfo+=nviminfo
:
:" User functions
:function MoveToCap()
+2
View File
@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
914,
/**/
913,
/**/