commit | 701cc6ca9e940665a9424541f989bb38c853a498 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 10 13:33:48 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 10 13:33:48 2021 +0200 |
tree | fc921ae870560511c19e0caa9025fcbc568143de | |
parent | 1088b69451c739c698cf4c2003c2b994458ad18b [diff] [blame] |
patch 8.2.2742: Vim9: when compiling a function fails it is cleared Problem: Vim9: when compiling a function fails it is cleared. Solution: Keep the function lines, prevent execution with a different status. (closes #8093)
diff --git a/src/version.c b/src/version.c index 64c5af4..5cf56fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2742, +/**/ 2741, /**/ 2740,