diff src/version.c @ 22896:6145a1232c3a v8.2.1995

patch 8.2.1995: the popup menu can cause too much redrawing Commit: https://github.com/vim/vim/commit/714cbe5b212abbecb578b90424d89f47142e8f25 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 16 19:12:00 2020 +0100 patch 8.2.1995: the popup menu can cause too much redrawing Problem: The popup menu can cause too much redrawing. Solution: Reduce the length of the displayed text. (Yasuhiro Matsumoto, closes #7306)
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 Nov 2020 19:15:03 +0100
parents a852e4e61887
children a8bccb0634bc
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1995,
+/**/
     1994,
 /**/
     1993,