diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-07-22 20:50:17 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-07-22 20:50:17 +0200 |
commit | 26b654a5df9414e43734eb4c956b67c331d70a50 (patch) | |
tree | 76092e9dd7e4bd373decaa84cc132567d743eff2 /src/version.c | |
parent | 1e78e69680a5f52970d9b1ef60710e556b09b8c2 (diff) | |
download | vim-git-8.1.1731.tar.gz |
patch 8.1.1731: command line history not read from viminfo on startupv8.1.1731
Problem: Command line history not read from viminfo on startup.
Solution: Get history length after initializing it.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 69baf5439..d8b3dfedb 100644 --- a/src/version.c +++ b/src/version.c @@ -778,6 +778,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1731, +/**/ 1730, /**/ 1729, |