summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-07-28 15:07:01 +0200
committerBram Moolenaar <Bram@vim.org>2021-07-28 15:07:01 +0200
commit78e006b9b02fac94c910445d842f6dc5331fa57a (patch)
treec03873efec0f0ed556de2b98fde4353da75f1b93 /src/version.c
parente2390c7f32879ab7942adf0d38b1db34933695fa (diff)
downloadvim-git-78e006b9b02fac94c910445d842f6dc5331fa57a.tar.gz
patch 8.2.3234: crash when printing long string with Luav8.2.3234
Problem: Crash when printing long string with Lua. Solution: Remove lua_pop(). (Martin Tournoij, closes #8648)
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 b17233398..fa54081ca 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3234,
+/**/
3233,
/**/
3232,