commit | 599410cb3cb19946cd6df22441da5de003e114bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 10 14:03:43 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 10 14:03:43 2021 +0200 |
tree | 7e8736d5a2c136a8aab567c57e21519d91a11985 | |
parent | 701cc6ca9e940665a9424541f989bb38c853a498 [diff] [blame] |
patch 8.2.2743: Vim9: function state stuck when compiling with ":silent!" Problem: Vim9: function state stuck when compiling with ":silent!". Solution: Check for uf_def_status to be UF_COMPILING.
diff --git a/src/version.c b/src/version.c index 5cf56fe..a22312a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2743, +/**/ 2742, /**/ 2741,