summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-11-04 11:03:12 +0100
committerBram Moolenaar <Bram@vim.org>2020-11-04 11:03:12 +0100
commit4778b4d0e147793a4254cbda9c0e270250e970f5 (patch)
tree3dd5aba4453647d7c66a0bd2d3f25e31807d62cd /src/version.c
parentc136a3528b7ebb825c3863d701af44f023381181 (diff)
patch 8.2.1948: GUI: crash when handling message while closing a windowv8.2.1948
Problem: GUI: crash when handling message while closing a window. (Srinath Avadhanula) Solution: Don't handle message while closing a window. (closes #7250)
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 015cf4cb17..d380452c40 100644
--- 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 */
/**/
+ 1948,
+/**/
1947,
/**/
1946,