mirror of
https://github.com/vim/vim
synced 2025-09-15 08:29:44 +00:00
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
|
||||
: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
|
||||
|
@@ -17,7 +17,7 @@ Test cases:
|
||||
|
||||
STARTTEST
|
||||
:so small.vim
|
||||
:set nocp
|
||||
:set nocp viminfo+=nviminfo
|
||||
:
|
||||
:" User functions
|
||||
:function MoveToCap()
|
||||
|
@@ -728,6 +728,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
914,
|
||||
/**/
|
||||
913,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user