diff src/version.c @ 17022:79c3a52fdb07 v8.1.1511

patch 8.1.1511: matches in a popup window are not displayed properly commit https://github.com/vim/vim/commit/ac2450a9a863f02a5e749f2b7058157cbf76edf8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 9 18:04:28 2019 +0200 patch 8.1.1511: matches in a popup window are not displayed properly Problem: Matches in a popup window are not displayed properly. Solution: Do display matches in a popup window. (closes https://github.com/vim/vim/issues/4517)
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Jun 2019 18:15:05 +0200
parents 1841c03a9b5e
children 727f8cc87a45
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 */
 /**/
+    1511,
+/**/
     1510,
 /**/
     1509,