commit | d3aac2917db38f8590648ee76eebfa178fc4c069 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 19 14:32:17 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 19 14:32:17 2020 +0200 |
tree | 180c8d574d69cb48d60418ca974a3d146272460d | |
parent | 173d841e86cf205d8e398091b1da7bb4951714f9 [diff] [blame] |
patch 8.2.0600: Vim9: cannot read or write w:, t: and b: variables Problem: Vim9: cannot read or write w:, t: and b: variables. Solution: Implement load and store for w:, t: and b: variables. (closes #5950)
diff --git a/src/version.c b/src/version.c index ebe3b2c..d4a1f4f 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 600, +/**/ 599, /**/ 598,