commit | 36113e46b4a7e8c33aa1ed1c9cfa6591c952183d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 02 21:08:47 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 02 21:08:47 2020 +0100 |
tree | 3a476ec4c9511912db92c02e325f009e96eeb2c9 | |
parent | dbfa795d8b66c99ee758b132d6043871b9061563 [diff] [blame] |
patch 8.2.1943: Vim9: wrong error message when colon is missing Problem: Vim9: wrong error message when colon is missing. Solution: Check for a missing colon. (issue #7239)
diff --git a/src/version.c b/src/version.c index 7591c83..b112567 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1943, +/**/ 1942, /**/ 1941,