commit | 2e2d758902dc08a0e383fe6b198e11dd14f1bdf8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 03 21:22:41 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 03 21:22:41 2021 +0100 |
tree | 7c52c1766681de538f9b4640b346a531701d5fc2 | |
parent | f76ec1eeb5bba9457bf2b5564364ee90662a0156 [diff] [blame] |
patch 8.2.2566: Vim9: Function name is not recognized Problem: Vim9: Function name is not recognized. Solution: Change lookup_scriptvar() to also find function names. (closes #7770)
diff --git a/src/version.c b/src/version.c index eecbf20..c6913d6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2566, +/**/ 2565, /**/ 2564,