commit | eb698d0b3295675f184ad4b62034e064cded4ade | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 30 00:07:57 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 30 00:07:57 2019 +0100 |
tree | 8615a41804091cc93e8e12e2c4db29bffce8f8d1 | |
parent | 09d4640f6c4333da5167327629d355062f6629cd [diff] [blame] |
patch 8.2.0058: running tests changes ~/.viminfo Problem: Running tests changes ~/.viminfo. Solution: Make 'viminfo' empty when summarizing tests results. (closes #5414)
diff --git a/src/version.c b/src/version.c index 885e6bf..5c27a50 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 58, +/**/ 57, /**/ 56,