1
0
forked from aniani/vim

patch 8.2.0323: Vim9: calling a function that is defined later is slow

Problem:    Vim9: calling a function that is defined later is slow.
Solution:   Once the function is found update the instruction so it can be
            called directly.
This commit is contained in:
Bram Moolenaar
2020-02-26 21:24:23 +01:00
parent b35efa5ed0
commit 7eeefd4a39
4 changed files with 72 additions and 12 deletions

View File

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