diff src/version.c @ 16572:f37255166ff4 v8.1.1289

patch 8.1.1289: may not have enough space to add "W" to search stats commit https://github.com/vim/vim/commit/b6cb26ffe1795ae62d8235960dccf517c2b2ed45 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 7 21:34:37 2019 +0200 patch 8.1.1289: may not have enough space to add "W" to search stats Problem: May not have enough space to add "W" to search stats. Solution: Reserve a bit more space. (Christian Brabandt)
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 May 2019 21:45:05 +0200
parents 2c2f5f0173c1
children cabfcd0f8012
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1289,
+/**/
     1288,
 /**/
     1287,