commit | adc8e4464563a2952c10362d396bb4a9f28cd12d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 18:28:18 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 18:28:18 2020 +0100 |
tree | ebc1d9b8540d137948274a4c20a1dceb8dfafdfa | |
parent | 1779ff48427931736998a6e5621b5cbe4d99c3e3 [diff] [blame] |
patch 8.2.2256: Vim9: cannot use function( after line break in :def function Problem: Vim9: cannot use function( after line break in :def function. Solution: Check for "(" after "function". (closes #7581)
diff --git a/src/version.c b/src/version.c index 0ef6918..75813ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2256, +/**/ 2255, /**/ 2254,