diff src/version.c @ 17466:15de78cb9f39 v8.1.1731

patch 8.1.1731: command line history not read from viminfo on startup commit https://github.com/vim/vim/commit/26b654a5df9414e43734eb4c956b67c331d70a50 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 22 20:50:17 2019 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Mon, 22 Jul 2019 21:00:06 +0200
parents 3e708b5c0509
children fa6c9047ec70
line wrap: on
line diff
--- 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,