mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 19:36:40 +00:00
executor/converter: Make nlua_pop_Object not recursive
This commit is contained in:
@@ -76,10 +76,10 @@ typedef struct {
|
||||
} Dictionary;
|
||||
|
||||
typedef enum {
|
||||
kObjectTypeNil = 0,
|
||||
kObjectTypeBuffer,
|
||||
kObjectTypeWindow,
|
||||
kObjectTypeTabpage,
|
||||
kObjectTypeNil,
|
||||
kObjectTypeBoolean,
|
||||
kObjectTypeInteger,
|
||||
kObjectTypeFloat,
|
||||
|
Reference in New Issue
Block a user