comparison 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
comparison
equal deleted inserted replaced
22895:040778b130ee 22896:6145a1232c3a
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1995,
753 /**/ 755 /**/
754 1994, 756 1994,
755 /**/ 757 /**/
756 1993, 758 1993,
757 /**/ 759 /**/