diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-07-23 18:26:30 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-07-23 18:26:30 +0200 |
commit | 6c4bfe4b31e8c5d3c4809536ab6e4835d50f0f67 (patch) | |
tree | 11ed390d58bf488b11d865292e0d6f03f72e718a /src/version.c | |
parent | 2d06bfde29bd3a62fc85823d2aa719ef943bd319 (diff) | |
download | vim-git-8.2.1282.tar.gz |
patch 8.2.1282: Vim9: crash when using CheckScriptFailure()v8.2.1282
Problem: Vim9: crash when using CheckScriptFailure() in
Test_vim9script_call_fail_decl().
Solution: Do not decrement the def_functions len unless the function was
newly added.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 4286eb0b3..4ef305162 100644 --- a/src/version.c +++ b/src/version.c @@ -755,6 +755,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1282, +/**/ 1281, /**/ 1280, |