summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-06-09 20:24:28 +0200
committerBram Moolenaar <Bram@vim.org>2016-06-09 20:24:28 +0200
commit1fd99c1ca89a3d13bb53aff4a5a8f5ee740713e5 (patch)
tree756a88225b31fe0bef957aa4c262de47e241416f /src/vim.h
parentabc70bbf363dbbe3f2bf714102f55648a512791e (diff)
downloadvim-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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vim.h b/src/vim.h
index 33ed941ca..4615f070f 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -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,