From: Bram Moolenaar Date: Sat, 9 Jul 2016 13:38:32 +0000 (+0200) Subject: patch 7.4.2007 X-Git-Tag: v7.4.2007 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc4ad616073a169badfb2b9906fee2844f76f730;p=vim patch 7.4.2007 Problem: Running the tests leaves a viminfo file behind. Solution: Make the viminfo option empty. --- diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index 57edcc17c..c094da031 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -149,6 +149,9 @@ for s:test in sort(s:tests) endif 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' diff --git a/src/version.c b/src/version.c index 89e8c7f76..5305beecf 100644 --- a/src/version.c +++ b/src/version.c @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2007, /**/ 2006, /**/