1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2021-12-19 12:33:05 +00:00
parent 2de5371a75
commit 265f811f5a
4 changed files with 317 additions and 206 deletions

View File

@@ -749,6 +749,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3851,
/**/
3850,
/**/