vim-patch:7.4.2007

Problem:    Running the tests leaves a viminfo file behind.
Solution:   Make the viminfo option empty.

fc4ad61607
This commit is contained in:
Shougo Matsushita 2016-11-25 06:39:10 +09:00
parent 071a7d3d78
commit d24222cea8
2 changed files with 4 additions and 1 deletions

View File

@ -126,6 +126,9 @@ for s:test in sort(s:tests)
endfor
" Don't write viminfo on exit.
set viminfo=
if s:fail == 0
" Success, create the .res file so that make knows it's done.
exe 'split ' . fnamemodify(g:testname, ':r') . '.res'

View File

@ -435,7 +435,7 @@ static int included_patches[] = {
// 2010,
// 2009,
// 2008,
// 2007,
2007,
// 2006,
// 2005,
// 2004 NA