commit | f93c7fea084a99848d512ff2732041d4b41d93c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 23 22:16:53 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 23 22:16:53 2020 +0200 |
tree | bb6bba558d4157bb5ea1f6b2b7d0ae37cf10234f | |
parent | 1df8b3fb04ce8732a0be680273c95eb4e9f5e85d [diff] [blame] |
patch 8.2.0626: Vim9: wrong syntax of function in Vim9 script Problem: Vim9: wrong syntax of function in Vim9 script. Solution: Give error for missing space. Implement :echomsg and :echoerr. (closes #5670)
diff --git a/src/version.c b/src/version.c index da1c243..181cfc0 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 626, +/**/ 625, /**/ 624,