summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-12 15:37:13 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-12 15:37:13 +0200
commit847a5d69a826c02a7cb8a14884f3fef69d74fed7 (patch)
tree163faa5d22eb2fbcec4ecd8877b49c93cd1e00d7 /src/version.c
parent1072768b919efd1dd3fe28d58b24274cb92ad098 (diff)
patch 8.1.1664: GUI resize may cause changing Rows at a bad timev8.1.1664
Problem: GUI resize may cause changing Rows at a bad time. (Dominique Pelle) Solution: Postpone resizing while updating the screen.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 7b779790de..68b5465adb 100644
--- 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 */
/**/
+ 1664,
+/**/
1663,
/**/
1662,