commit | 714cbe5b212abbecb578b90424d89f47142e8f25 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 16 19:12:00 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 16 19:12:00 2020 +0100 |
tree | eedf0d7d8985a00562a3e44f3c16933e7b17f619 | |
parent | c4390fe6c0d1b47b1acd373d7e8ef986412c0600 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 8418d98..8de5308 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1995, +/**/ 1994, /**/ 1993,