diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-06-09 20:24:28 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-06-09 20:24:28 +0200 |
| commit | 1fd99c1ca89a3d13bb53aff4a5a8f5ee740713e5 (patch) | |
| tree | 756a88225b31fe0bef957aa4c262de47e241416f /src/vim.h | |
| parent | abc70bbf363dbbe3f2bf714102f55648a512791e (diff) | |
| download | vim-git-1fd99c1ca89a3d13bb53aff4a5a8f5ee740713e5.tar.gz | |
patch 7.4.1911v7.4.1911
Problem: Recent history lines may be lost when exiting Vim.
Solution: Merge history using the timestamp.
Diffstat (limited to 'src/vim.h')
| -rw-r--r-- | src/vim.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1076,6 +1076,9 @@ extern char *(*dyn_libintl_textdomain)(const char *domainname); #define BARTYPE_VERSION 1 #define BARTYPE_HISTORY 2 +#define VIMINFO_VERSION 2 +#define VIMINFO_VERSION_WITH_HISTORY 2 + typedef enum { BVAL_NR, BVAL_STRING, |
