commit | 404557e6a60389d09bbf91dd0cf3bae11bd623b9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 05 21:41:48 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 05 21:41:48 2021 +0200 |
tree | e3d420c3f30df3d972734c35d90c4c22ac339701 | |
parent | 04db26b36000a4677b95403ec94bd11f6cc73975 [diff] [blame] |
patch 8.2.3111: Vim9: confusing error with extra whitespace before colon Problem: Vim9: confusing error with extra whitespace before colon. Solution: Check for colon after white space. (closes #8513)
diff --git a/src/version.c b/src/version.c index b448822..0653c27 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3111, +/**/ 3110, /**/ 3109,