commit | 7b829268921e8fc1c63c34d245063c1c4e7d21af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 13 15:04:34 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 13 15:04:34 2021 +0100 |
tree | a98bfde122c275ec816159fadb69b7280d1dc380 | |
parent | fff10d9a76099aa9b944f3c33a911127ca1a0c72 [diff] [blame] |
patch 8.2.3503: Vim9: using g:pat:cmd is confusing Problem: Vim9: using g:pat:cmd is confusing. Solution: Do not recognize g: as the :global command. Also for s:pat:repl. (closes #8982)
diff --git a/src/version.c b/src/version.c index 7640153..1be4d54 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3503, +/**/ 3502, /**/ 3501,