1
0
forked from aniani/vim

patch 8.2.3288: cannot easily access namespace dictionaries from Lua

Problem:    Cannot easily access namespace dictionaries from Lua.
Solution:   Add vim.g, vim.b, etc. (Yegappan Lakshmanan, closes #8693,
            from NeoVim)
This commit is contained in:
Yegappan Lakshmanan
2021-08-04 21:12:52 +02:00
committed by Bram Moolenaar
parent 57942237c1
commit 9dc4bef897
4 changed files with 414 additions and 0 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3288,
/**/
3287,
/**/