1
0
forked from aniani/vim

patch 7.4.1911

Problem:    Recent history lines may be lost when exiting Vim.
Solution:   Merge history using the timestamp.
This commit is contained in:
Bram Moolenaar
2016-06-09 20:24:28 +02:00
parent abc70bbf36
commit 1fd99c1ca8
6 changed files with 204 additions and 45 deletions

View File

@@ -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,