summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-09-17 19:43:23 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-17 19:43:23 +0100
commit1c3dd8ddcba63c1af5112e567215b3cec2de11d0 (patch)
treeaf01369780ad70339d079d0a9297d3dfe2b037b6 /src/version.c
parentfb593c5350e8fe23b608ded5a011cd7eefe73922 (diff)
downloadvim-git-1c3dd8ddcba63c1af5112e567215b3cec2de11d0.tar.gz
patch 9.0.0490: using freed memory with cmdwin and BufEnter autocmdv9.0.0490
Problem: Using freed memory with cmdwin and BufEnter autocmd. Solution: Make sure pointer to b_p_iminsert is still 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 f4c5fb4a8..7d7ac1654 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 490,
+/**/
489,
/**/
488,