commit | 10e4f12bf4cd08328618bbf4e57a15435296e586 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 20 22:43:52 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 20 22:43:52 2020 +0200 |
tree | 59f1ca38433653ec8583186995075d7afe5608d3 | |
parent | b816dae16dbeec91ccb6fd1c0289b86b4ad5d7b3 [diff] [blame] |
patch 8.2.1719: Vim9: no error if comma is missing in between arguments Problem: Vim9: no error if comma is missing in between arguments. Solution: Give an error message.
diff --git a/src/version.c b/src/version.c index 2344ddf..15c4976 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1719, +/**/ 1718, /**/ 1717,