mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
Remove char_u: ex_docmd:do_cmdline_cmd()
This commit is contained in:
@@ -1743,7 +1743,7 @@ char_u* keymap_init(void)
|
||||
// Stop any active keymap and clear the table. Also remove
|
||||
// b:keymap_name, as no keymap is active now.
|
||||
keymap_unload();
|
||||
do_cmdline_cmd((char_u *)"unlet! b:keymap_name");
|
||||
do_cmdline_cmd("unlet! b:keymap_name");
|
||||
} else {
|
||||
char *buf;
|
||||
size_t buflen;
|
||||
|
Reference in New Issue
Block a user