mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00
startup: handle autoload and lua packages during startup
¡NO HAY BANDA!
This commit is contained in:
@@ -52,7 +52,8 @@
|
||||
.type = kObjectTypeLuaRef, \
|
||||
.data.luaref = r })
|
||||
|
||||
#define NIL ((Object) {.type = kObjectTypeNil})
|
||||
#define NIL ((Object)OBJECT_INIT)
|
||||
#define NULL_STRING ((String)STRING_INIT)
|
||||
|
||||
#define PUT(dict, k, v) \
|
||||
kv_push(dict, ((KeyValuePair) { .key = cstr_to_string(k), .value = v }))
|
||||
|
Reference in New Issue
Block a user