diff src/version.c @ 28129:dd2ed5345f20 v8.2.4589

patch 8.2.4589: cannot index the g: dictionary Commit: https://github.com/vim/vim/commit/2e17fef225a58f478dc24ab1aaa20390c9abce57 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 18 19:44:48 2022 +0000 patch 8.2.4589: cannot index the g: dictionary Problem: Cannot index the g: dictionary. Solution: Recognize using "g:[key]". (closes https://github.com/vim/vim/issues/9969)
author Bram Moolenaar <Bram@vim.org>
date Fri, 18 Mar 2022 20:45:04 +0100
parents b9e8f3674090
children d8bf200cd761
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4589,
+/**/
     4588,
 /**/
     4587,