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:
committed by
Bram Moolenaar
parent
57942237c1
commit
9dc4bef897
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3288,
|
||||
/**/
|
||||
3287,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user