commit | ff1806f8da8830ca2a528f2eaa39b3e85489da6d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 16:31:47 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 16:31:47 2013 +0200 |
tree | a78d3e494761a3246b5b50ac5830628207c8374e | |
parent | 141f6bb34124872d8676066e021bf899d4023c23 [diff] [blame] |
updated for version 7.3.1197 Problem: ":wviminfo!" does not write history previously read from a viminfo file. (Roland Eggner) Solution: When not merging history write all entries.
diff --git a/src/version.c b/src/version.c index 8fa7aac..ca687c7 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1197, +/**/ 1196, /**/ 1195,