commit | 2f8ce0ae8a8247563be0a77a308130e767e0566e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 19 19:47:35 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 19 19:47:35 2020 +0200 |
tree | 76f9d3851a631abef7d427393e8f29a976c0a859 | |
parent | 747f11ad6ecad4dd85ce386a0a539cb853fec41a [diff] [blame] |
patch 8.2.1250: Vim9: cannot use the g:, b:, t: and w: namespaces Problem: Vim9: cannot use the g:, b:, t: and w: namespaces. Solution: Add instructions to push a dict for the namespaces. (closes #6480)
diff --git a/src/version.c b/src/version.c index 6ffb98d..936e4df 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1250, +/**/ 1249, /**/ 1248,