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/vim.h b/src/vim.h index 33ed941..4615f07 100644 --- a/src/vim.h +++ b/src/vim.h
@@ -1076,6 +1076,9 @@ #define BARTYPE_VERSION 1 #define BARTYPE_HISTORY 2 +#define VIMINFO_VERSION 2 +#define VIMINFO_VERSION_WITH_HISTORY 2 + typedef enum { BVAL_NR, BVAL_STRING,