0
0
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:
Bram Moolenaar
2016-07-09 15:38:32 +02:00
parent 30445cb6e9
commit fc4ad61607
2 changed files with 5 additions and 0 deletions

View File

@@ -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'

View File

@@ -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,
/**/ /**/