commit | 1fd99c1ca89a3d13bb53aff4a5a8f5ee740713e5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 09 20:24:28 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 09 20:24:28 2016 +0200 |
tree | 756a88225b31fe0bef957aa4c262de47e241416f | |
parent | abc70bbf363dbbe3f2bf714102f55648a512791e [diff] [blame] |
patch 7.4.1911 Problem: Recent history lines may be lost when exiting Vim. Solution: Merge history using the timestamp.
diff --git a/src/version.c b/src/version.c index ad79eff..42e1787 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1911, +/**/ 1910, /**/ 1909,