commit | 265f811f5a2dac81d9698f5202a661a04ed095f1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 19 12:33:05 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 19 12:33:05 2021 +0000 |
tree | 4eed5da2a628e4a4c36fe8a7abc539b88b4c5346 | |
parent | 2de5371a755abd287dab6ff544924715a76d4abe [diff] [blame] |
patch 8.2.3851: Vim9: overhead when comparing string, dict or function Problem: Vim9: overhead when comparing string, dict or function. Solution: Call the intented compare function directly. Refactor to avoid duplicated code.
diff --git a/src/version.c b/src/version.c index 5272a5b..d65a5c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3851, +/**/ 3850, /**/ 3849,