commit | 2e17fef225a58f478dc24ab1aaa20390c9abce57 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 18 19:44:48 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 18 19:44:48 2022 +0000 |
tree | 6454370682bf9c4cb2b927cf254090b210d3b5b0 | |
parent | f35fd8e5d484be0e3fdd7c3c24f690083f91264d [diff] [blame] |
patch 8.2.4589: cannot index the g: dictionary Problem: Cannot index the g: dictionary. Solution: Recognize using "g:[key]". (closes #9969)
diff --git a/src/version.c b/src/version.c index 6c59f95..6f86d2b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4589, +/**/ 4588, /**/ 4587,