mirror of
https://github.com/neovim/neovim.git
synced 2025-12-14 18:35:47 +00:00
eval: Move remaining get_tv_string* functions to eval/typval.c
This commit is contained in:
@@ -6794,7 +6794,7 @@ do_exedit (
|
||||
int ms = msg_scroll;
|
||||
|
||||
if (eap->nextcmd != NULL) {
|
||||
stuffReadbuff(eap->nextcmd);
|
||||
stuffReadbuff((const char *)eap->nextcmd);
|
||||
eap->nextcmd = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user