commit | 0abd6cf62d65180dc2c40d67cd95f13b0691f7ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 14 17:04:09 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 14 17:04:09 2022 +0100 |
tree | 8abf50c2a29bdbbf715be0960ff80b8592644cf3 | |
parent | 975a665d4811649a51e2c6a97a6ce096290d87ae [diff] [blame] |
patch 9.0.0750: crash when popup closed in callback Problem: Crash when popup closed in callback. (Maxim Kim) Solution: In syntax_end_parsing() check that syn_block is valid.
diff --git a/src/version.c b/src/version.c index 708e762..bd9915a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 750, +/**/ 749, /**/ 748,