mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
ex_getln: Replace global with entry in save_ccline
This commit is contained in:
@@ -189,7 +189,8 @@ void do_debug(char_u *cmd)
|
||||
}
|
||||
|
||||
xfree(cmdline);
|
||||
cmdline = getcmdline_prompt('>', NULL, 0, EXPAND_NOTHING, NULL);
|
||||
cmdline = (char_u *)getcmdline_prompt('>', NULL, 0, EXPAND_NOTHING, NULL,
|
||||
CALLBACK_NONE);
|
||||
|
||||
if (typeahead_saved) {
|
||||
restore_typeahead(&typeaheadbuf);
|
||||
|
Reference in New Issue
Block a user