commit | 8ac681a280ffae14c30784a54587ad6cb640afbb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 15 20:06:34 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 15 20:06:34 2021 +0200 |
tree | 01189333fc67f2c62054a481b90c53dcb4584e91 | |
parent | 968a5b62ffd3e08005d907d93eaaf807be466a88 [diff] [blame] |
patch 8.2.3004: Vim9: error for missing colon given while skipping Problem: Vim9: error for missing colon given while skipping. Solution: Do not give the error when skipping. (closes #8385)
diff --git a/src/version.c b/src/version.c index 7711978..e8b0ddc 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3004, +/**/ 3003, /**/ 3002,