mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.2.0058: running tests changes ~/.viminfo
Problem: Running tests changes ~/.viminfo. Solution: Make 'viminfo' empty when summarizing tests results. (closes #5414)
This commit is contained in:
parent
09d4640f6c
commit
eb698d0b32
@ -1,6 +1,7 @@
|
|||||||
if 1
|
if 1
|
||||||
" This is executed only with the eval feature
|
" This is executed only with the eval feature
|
||||||
set nocompatible
|
set nocompatible
|
||||||
|
set viminfo=
|
||||||
func Count(match, type)
|
func Count(match, type)
|
||||||
if a:type ==# 'executed'
|
if a:type ==# 'executed'
|
||||||
let g:executed += (a:match+0)
|
let g:executed += (a:match+0)
|
||||||
|
@ -742,6 +742,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
58,
|
||||||
/**/
|
/**/
|
||||||
57,
|
57,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user