commit | b5b9480ee936ef4cd0e350c468ef8c5f42fa398b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 13 17:50:20 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 13 17:50:20 2020 +0100 |
tree | f0088938ec3211296bcd9f2cd7ba5cc2598cbda0 | |
parent | e4984290870565a2413cca660b0131f4702b7665 [diff] [blame] |
patch 8.2.2138: Vim9: "exit_cb" causes Vim to exit Problem: Vim9: "exit_cb" causes Vim to exit. Solution: Require white space after a command in Vim9 script. (closes #7467) Also fix that Vim9 style heredoc was not always recognized.
diff --git a/src/version.c b/src/version.c index 64391b4..2d39c1b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2138, +/**/ 2137, /**/ 2136,