commit | 26b654a5df9414e43734eb4c956b67c331d70a50 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 22 20:50:17 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 22 20:50:17 2019 +0200 |
tree | 76092e9dd7e4bd373decaa84cc132567d743eff2 | |
parent | 1e78e69680a5f52970d9b1ef60710e556b09b8c2 [diff] [blame] |
patch 8.1.1731: command line history not read from viminfo on startup Problem: Command line history not read from viminfo on startup. Solution: Get history length after initializing it.
diff --git a/src/version.c b/src/version.c index 69baf54..d8b3dfe 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1731, +/**/ 1730, /**/ 1729,