diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-07-17 20:36:00 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-07-17 20:36:00 +0200 |
commit | f5be8cdb77786f93c23237d7d8162feca92067e2 (patch) | |
tree | bf15a34c28e9d52d3e0f56f0627d75d1c87cfcfe /src/version.c | |
parent | 98af99f2d79b310e81003f5e27862a7b522d8372 (diff) | |
download | vim-git-8.2.1227.tar.gz |
patch 8.2.1227: Vim9: allowing both quoted and # comments is confusingv8.2.1227
Problem: Vim9: allowing both quoted and # comments is confusing.
Solution: Only support # comments in Vim9 script.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index f363ff1f9..d585377a5 100644 --- a/src/version.c +++ b/src/version.c @@ -755,6 +755,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1227, +/**/ 1226, /**/ 1225, |