mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 06:18:16 +00:00
feat(keysets): teach Union and LuaRefOf
This commit is contained in:

committed by
Lewis Russell

parent
99e7323aa3
commit
8d55cc218c
@@ -226,8 +226,8 @@ Dict(cmd) nvim_parse_cmd(String str, Dict(empty) *opts, Arena *arena, Error *err
|
||||
addr = "?";
|
||||
break;
|
||||
}
|
||||
PUT_KEY(result, cmd, addr, CSTR_AS_OBJ(addr));
|
||||
PUT_KEY(result, cmd, nextcmd, CSTR_AS_OBJ(ea.nextcmd));
|
||||
PUT_KEY(result, cmd, addr, cstr_as_string(addr));
|
||||
PUT_KEY(result, cmd, nextcmd, cstr_as_string(ea.nextcmd));
|
||||
|
||||
// TODO(bfredl): nested keydict would be nice..
|
||||
Dict mods = arena_dict(arena, 20);
|
||||
|
Reference in New Issue
Block a user