mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
071a7d3d78
commit
d24222cea8
@ -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'
|
||||
|
@ -435,7 +435,7 @@ static int included_patches[] = {
|
||||
// 2010,
|
||||
// 2009,
|
||||
// 2008,
|
||||
// 2007,
|
||||
2007,
|
||||
// 2006,
|
||||
// 2005,
|
||||
// 2004 NA
|
||||
|
Loading…
Reference in New Issue
Block a user