commit | 984dddbef421eda6b8ad60936f380c5f00aebb96 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 14 12:50:24 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 14 12:50:24 2020 +0200 |
tree | 26184f9ac68dd1a207f7a333ac100da3142fe44e | |
parent | f3decc5830ef8d8d94902b76114935283dd4142e [diff] [blame] |
patch 8.2.0975: Vim9: script variable does not accept optional s: prefix Problem: Vim9: script variable does not accept optional s: prefix. Solution: Adjust the accepted syntax.
diff --git a/src/version.c b/src/version.c index 1f91903..e9a0723 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 975, +/**/ 974, /**/ 973,