diff src/version.c @ 22061:d6120c97f57c v8.2.1580

patch 8.2.1580: wildmenu does not work properly Commit: https://github.com/vim/vim/commit/a60053b8f4cc7e135ba9496a8f4855d26aee09e7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 3 16:50:13 2020 +0200 patch 8.2.1580: wildmenu does not work properly Problem: Wildmenu does not work properly. Solution: Do not call may_do_incsearch_highlighting() if completion is in progress.
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Sep 2020 17:00:04 +0200
parents 82bcf109c573
children 0716b3299872
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1580,
+/**/
     1579,
 /**/
     1578,