mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 7.4.2007
Problem: Running the tests leaves a viminfo file behind. Solution: Make the viminfo option empty.
This commit is contained in:
@@ -149,6 +149,9 @@ for s:test in sort(s:tests)
|
|||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
|
|
||||||
|
" Don't write viminfo on exit.
|
||||||
|
set viminfo=
|
||||||
|
|
||||||
if s:fail == 0
|
if s:fail == 0
|
||||||
" Success, create the .res file so that make knows it's done.
|
" Success, create the .res file so that make knows it's done.
|
||||||
exe 'split ' . fnamemodify(g:testname, ':r') . '.res'
|
exe 'split ' . fnamemodify(g:testname, ':r') . '.res'
|
||||||
|
@@ -758,6 +758,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 */
|
||||||
|
/**/
|
||||||
|
2007,
|
||||||
/**/
|
/**/
|
||||||
2006,
|
2006,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user