forked from aniani/vim
updated for version 7.3.914
Problem: ~/.viminfo is messed up when running tests. Solution: Set the viminfo filename.
This commit is contained in:
@@ -2,7 +2,7 @@ Some tests for setting 'number' and 'relativenumber'
|
|||||||
|
|
||||||
STARTTEST
|
STARTTEST
|
||||||
:so small.vim
|
:so small.vim
|
||||||
:set hidden nocp nu rnu
|
:set hidden nocp nu rnu viminfo+=nviminfo
|
||||||
:redir @a | set nu? rnu? | redir END
|
:redir @a | set nu? rnu? | redir END
|
||||||
:e! xx
|
:e! xx
|
||||||
:redir @b | set nu? rnu? | redir END
|
:redir @b | set nu? rnu? | redir END
|
||||||
|
@@ -17,7 +17,7 @@ Test cases:
|
|||||||
|
|
||||||
STARTTEST
|
STARTTEST
|
||||||
:so small.vim
|
:so small.vim
|
||||||
:set nocp
|
:set nocp viminfo+=nviminfo
|
||||||
:
|
:
|
||||||
:" User functions
|
:" User functions
|
||||||
:function MoveToCap()
|
:function MoveToCap()
|
||||||
|
@@ -728,6 +728,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
914,
|
||||||
/**/
|
/**/
|
||||||
913,
|
913,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user