commit | ed0c62e7b16b62655824df28cdd6bd75aadbb8fc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 19:43:55 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 19:43:55 2022 +0000 |
tree | 2d912c33146a6ddd65d7877ac8cc9339c9fb953f | |
parent | 673bcb10ebe87ccf6954dd342d0143eb88cdfbcb [diff] [blame] |
patch 8.2.4529: Vim9: comparing partial with function fails Problem: Vim9: comparing partial with function fails. Solution: Support this comparison. Avoid a crash. (closes #9909) Add more test cases.
diff --git a/src/version.c b/src/version.c index f6aaa79..3e212db 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4529, +/**/ 4528, /**/ 4527,