mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 22:36:09 +00:00
feat(api): add replace_keycodes to nvim_set_keymap (#19598)
This commit is contained in:
@@ -369,6 +369,7 @@ struct mapblock {
|
||||
char m_expr; // <expr> used, m_str is an expression
|
||||
sctx_T m_script_ctx; // SCTX where map was defined
|
||||
char *m_desc; // description of keymap
|
||||
bool m_replace_keycodes; // replace termcodes in lua function
|
||||
};
|
||||
|
||||
/// Used for highlighting in the status line.
|
||||
|
Reference in New Issue
Block a user