changeset 18995:c77d7a415e59 v8.2.0058

patch 8.2.0058: running tests changes ~/.viminfo Commit: https://github.com/vim/vim/commit/eb698d0b3295675f184ad4b62034e064cded4ade Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 30 00:07:57 2019 +0100 patch 8.2.0058: running tests changes ~/.viminfo Problem: Running tests changes ~/.viminfo. Solution: Make 'viminfo' empty when summarizing tests results. (closes https://github.com/vim/vim/issues/5414)
author Bram Moolenaar <Bram@vim.org>
date Mon, 30 Dec 2019 00:15:04 +0100
parents 8fe692b5ad53
children bcceb28040ef
files src/testdir/summarize.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- 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,