commit | 0f267621c04883de010a6379217a5f182cc03dda | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 10 13:32:24 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 10 13:32:24 2022 +0100 |
tree | 7b2a18494084e0ffbf2802e09df83cd363f6820e | |
parent | 0abc2871c105882ed1c1effb9a7757fad8a395bd [diff] [blame] |
patch 8.2.4931: Crash with sequence of Perl commands Problem: Crash with sequence of Perl commands. Solution: Move PUTBACK to another line. (closes #10386)
diff --git a/src/version.c b/src/version.c index 0a08909..97fbf17 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4931, +/**/ 4930, /**/ 4929,