commit | 601e76ac3c8fa5d65ac04647a762792ea343ebd5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 27 21:33:10 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 27 21:33:10 2020 +0200 |
tree | 787a9de42ab520a3e339a64e6c2116552178692e | |
parent | 228e62975e7aef9d6224a5a7c43625c1c1494fc2 [diff] [blame] |
patch 8.2.1527: Vim9: cannot use a function name at script level Problem: Vim9: cannot use a function name as a function reference at script level. Solution: Check if a name is a function name. (closes #6789)
diff --git a/src/version.c b/src/version.c index 514cc68..0b63281 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1527, +/**/ 1526, /**/ 1525,