mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +00:00
api: allow nvim_buf_attach from lua using callbacks
This commit is contained in:
@@ -48,6 +48,10 @@
|
||||
.type = kObjectTypeDictionary, \
|
||||
.data.dictionary = d })
|
||||
|
||||
#define LUAREF_OBJ(r) ((Object) { \
|
||||
.type = kObjectTypeLuaRef, \
|
||||
.data.luaref = r })
|
||||
|
||||
#define NIL ((Object) {.type = kObjectTypeNil})
|
||||
|
||||
#define PUT(dict, k, v) \
|
||||
|
Reference in New Issue
Block a user