commit | 962d7213194647e90f9bdc608f693d39dd07cbd5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 04 14:15:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 04 14:15:00 2020 +0200 |
tree | 3714605c7e29ea8fe42f8cf6b0bc383b0b685ac8 | |
parent | 1c991144c502ade477e1a32fdfd0f78b6299fdc7 [diff] [blame] |
patch 8.2.1125: Vim9: double quote can be a string or a comment Problem: Vim9: double quote can be a string or a comment. Solution: Only support comments starting with # to avoid confusion.
diff --git a/src/version.c b/src/version.c index 2f4bb6b..b36f248 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1125, +/**/ 1124, /**/ 1123,