From 26b654a5df9414e43734eb4c956b67c331d70a50 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 22 Jul 2019 20:50:17 +0200 Subject: 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. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 69baf5439..d8b3dfedb 100644 --- a/src/version.c +++ b/src/version.c @@ -777,6 +777,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1731, /**/ 1730, /**/ -- cgit v1.2.1