1
0
forked from aniani/vim

patch 8.2.3938: line comment start is also found in a string

Problem:    Line comment start is also found in a string.
Solution:   Skip line comments in a string.
This commit is contained in:
Bram Moolenaar
2021-12-29 18:09:13 +00:00
parent edc6f10390
commit ba26367fea
5 changed files with 42 additions and 19 deletions

View File

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