commit | 208f0b48b2c616b29f377a1408290111ed2663f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 20 12:40:08 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 20 12:40:08 2021 +0200 |
tree | 14bd8d18340129cc7d6b0ea0a42d7e5d806a401f | |
parent | 2fb749568662c86992aea3b596458b9e470f223d [diff] [blame] |
patch 8.2.3021: spaces allowed between option name and "!", "?", etc. Problem: Spaces allowed between option name and "!", "?", etc. Solution: Disallow spaces in Vim9 script, it was not documented. (closes #8408)
diff --git a/src/version.c b/src/version.c index d1201f4..d217fe6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3021, +/**/ 3020, /**/ 3019,