commit | fa02616718103be3f9e13e26d57905d4eddf836d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 23 21:03:32 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 23 21:03:32 2022 +0000 |
tree | 5c1703f53990c916b5a9af0b2880088068fe7cff | |
parent | 6e1a38745f794715dc624399c318f513b54797c4 [diff] [blame] |
patch 8.2.4459: Vim9: compiling sort() call fails with unknown arguments Problem: Vim9: compiling sort() call fails with a funcref that has unknown arguments. Solution: Do not check the arguments if they are unknown at compile time. (closes #9835)
diff --git a/src/version.c b/src/version.c index 800925d..f8fb313 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4459, +/**/ 4458, /**/ 4457,