commit | 4efd9948291801bffebf36b4a9910d08ff981987 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 21:14:20 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 21:14:20 2021 +0100 |
tree | add86f65dc8d8d601dc48b4ce9b833db363561c5 | |
parent | 107e9cecf72928b4aaaf08b73bf2d191924ab695 [diff] [blame] |
patch 8.2.2405: Vim9: no need to allow white space before "(" for :def Problem: Vim9: no need to allow white space before "(" for :def. Solution: Give an error for stray white space. (issue #7734)
diff --git a/src/version.c b/src/version.c index 43ad049..136448a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2405, +/**/ 2404, /**/ 2403,