mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
eval,*: Move get_tv_string to typval.c
Function was renamed and changed to return `const char *`.
This commit is contained in:
@@ -718,7 +718,7 @@ int delete_first_msg(void)
|
||||
void ex_messages(void *const eap_p)
|
||||
FUNC_ATTR_NONNULL_ALL
|
||||
{
|
||||
exarg_T *eap = (exarg_T *)eap_p;
|
||||
const exarg_T *const eap = (const exarg_T *)eap_p;
|
||||
struct msg_hist *p;
|
||||
int c = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user