summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-10-14 17:04:09 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-14 17:04:09 +0100
commit0abd6cf62d65180dc2c40d67cd95f13b0691f7ea (patch)
tree8abf50c2a29bdbbf715be0960ff80b8592644cf3 /src/version.c
parent975a665d4811649a51e2c6a97a6ce096290d87ae (diff)
downloadvim-git-0abd6cf62d65180dc2c40d67cd95f13b0691f7ea.tar.gz
patch 9.0.0750: crash when popup closed in callbackv9.0.0750
Problem: Crash when popup closed in callback. (Maxim Kim) Solution: In syntax_end_parsing() check that syn_block is valid.
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 708e762f7..bd9915a80 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 750,
+/**/
749,
/**/
748,