1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-11-02 21:08:47 +01:00
parent dbfa795d8b
commit 36113e46b4
3 changed files with 23 additions and 5 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1943,
/**/
1942,
/**/