commit | fa5963880df1d11613594ab78c0a68f894d34aa3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 07 21:58:16 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 07 21:58:16 2021 +0200 |
tree | f7191859341ba7d17ead664bab5efe5987e7b05f | |
parent | 15e5e53ef29a457126f7c699931ab5842431f2ea [diff] [blame] |
patch 8.2.2735: Vim9: function reference found with prefix, not without Problem: Vim9: function reference found with prefix, not without. Solution: Also find function reference without prefix.
diff --git a/src/version.c b/src/version.c index 4eea2f1..f1534f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2735, +/**/ 2734, /**/ 2733,