mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00: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:
@@ -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
|
||||
|
Reference in New Issue
Block a user