diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-07-12 17:31:09 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-07-12 17:31:09 +0200 |
commit | 985116ae0b7b3ef17e0c0ea2669068dd6b3b39c7 (patch) | |
tree | 15ce69f1bacb283465128d638a064046041b9230 /src/version.c | |
parent | eb6880b6eb7c4631f6103575c0d1336b149348c1 (diff) | |
download | vim-git-985116ae0b7b3ef17e0c0ea2669068dd6b3b39c7.tar.gz |
patch 8.2.1191: Vim9: crash when function calls itselfv8.2.1191
Problem: Vim9: crash when function calls itself.
Solution: Add status UF_COMPILING. (closes #6441)
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 8ae2f29d5..487303edc 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 */ /**/ + 1191, +/**/ 1190, /**/ 1189, |