summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-30 00:07:57 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-30 00:07:57 +0100
commiteb698d0b3295675f184ad4b62034e064cded4ade (patch)
tree8615a41804091cc93e8e12e2c4db29bffce8f8d1
parent09d4640f6c4333da5167327629d355062f6629cd (diff)
downloadvim-git-8.2.0058.tar.gz
patch 8.2.0058: running tests changes ~/.viminfov8.2.0058
Problem: Running tests changes ~/.viminfo. Solution: Make 'viminfo' empty when summarizing tests results. (closes #5414)
-rw-r--r--src/testdir/summarize.vim1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/summarize.vim b/src/testdir/summarize.vim
index 9cf3f694c..4e4135287 100644
--- a/src/testdir/summarize.vim
+++ b/src/testdir/summarize.vim
@@ -1,6 +1,7 @@
if 1
" This is executed only with the eval feature
set nocompatible
+ set viminfo=
func Count(match, type)
if a:type ==# 'executed'
let g:executed += (a:match+0)
diff --git a/src/version.c b/src/version.c
index 885e6bfc8..5c27a504a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 58,
+/**/
57,
/**/
56,