commit | 6914e87d3c0387fdcbb117a39e1f6d1fac0ee2e3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 06 21:01:09 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 06 21:01:09 2021 +0100 |
tree | 70c8eac58264c58d4fa50f3d8aa740619e84b73b | |
parent | 04947cc6ed313b6b99889c27d008c68a373df634 [diff] [blame] |
patch 8.2.2575: Vim9: a function name with "->" in the next line doesn't work Problem: Vim9: a function name with "->" in the next line doesn't work. Solution: Recognize a function name by itself. (closes #7770)
diff --git a/src/version.c b/src/version.c index 278f77b..48f3faa 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2575, +/**/ 2574, /**/ 2573,