commit | e9c07270031e312082604d3505650f185aa65948 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 30 20:50:46 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 30 20:50:46 2016 +0200 |
tree | e63a095f5a5a76848987b213b4ecd3ea00729423 | |
parent | 7db8f6f4f85e5d0526d23107b2a5e2334dc23354 [diff] [blame] |
patch 7.4.1686 Problem: When running tests $HOME/.viminfo is written. (James McCoy) Solution: Add 'nviminfo' to the 'viminfo' option. (closes #722)
diff --git a/src/version.c b/src/version.c index 1b34431..f2976cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1686, +/**/ 1685, /**/ 1684,