commit | ba26367fea3b63df49d274f3d5cca0af38402add | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 29 18:09:13 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 29 18:09:13 2021 +0000 |
tree | 85eb39195c89d138f835691791818bc41593fc0b | |
parent | edc6f103907a004b9e2265e232dc8be8bc594601 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 68ce1c5..15df860 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3938, +/**/ 3937, /**/ 3936,