mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
Add v:lua.func() vimL syntax for calling lua
Also simplify error messages when calling lua from vimL.
This commit is contained in:
@@ -117,6 +117,7 @@ typedef enum {
|
||||
VV_TYPE_BOOL,
|
||||
VV_ECHOSPACE,
|
||||
VV_EXITING,
|
||||
VV_LUA,
|
||||
} VimVarIndex;
|
||||
|
||||
/// All recognized msgpack types
|
||||
|
Reference in New Issue
Block a user