commit | 7eeefd4a395fe3d7c7a2a0879467cf7ed4c29fe6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 26 21:24:23 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 26 21:24:23 2020 +0100 |
tree | a7d77697ae53255e35510b686f3ba2584803eb3a | |
parent | b35efa5ed040162f5c988c71dfc1159045e47585 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 258cab2..f95526c 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 323, +/**/ 322, /**/ 321,