commit | a749a42ed25534c88c636e5ab6603f1f97b857a4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 12 19:52:25 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 12 19:52:25 2022 +0000 |
tree | 2458c780205a1f80efd0e579ed2f75346a4d2085 | |
parent | 6e28703a8e41f775f64e442c5d11ce1ff599aa3f [diff] [blame] |
patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistencies Problem: Vim9: allowing use of "s:" leads to inconsistencies. Solution: Disallow using "s:" in Vim9 script at the script level.
diff --git a/src/version.c b/src/version.c index aaafadf..1c59ff9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4360, +/**/ 4359, /**/ 4358,