commit | f5be8cdb77786f93c23237d7d8162feca92067e2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 20:36:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 20:36:00 2020 +0200 |
tree | bf15a34c28e9d52d3e0f56f0627d75d1c87cfcfe | |
parent | 98af99f2d79b310e81003f5e27862a7b522d8372 [diff] [blame] |
patch 8.2.1227: Vim9: allowing both quoted and # comments is confusing Problem: Vim9: allowing both quoted and # comments is confusing. Solution: Only support # comments in Vim9 script.
diff --git a/src/version.c b/src/version.c index f363ff1..d585377 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1227, +/**/ 1226, /**/ 1225,