mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fixup!
This commit is contained in:
parent
8dd9c6edd8
commit
8eb598c08e
@ -583,7 +583,7 @@ bool emsgf(const char *const fmt, ...)
|
|||||||
vim_vsnprintf(errbuf, sizeof(errbuf), fmt, ap, NULL);
|
vim_vsnprintf(errbuf, sizeof(errbuf), fmt, ap, NULL);
|
||||||
va_end(ap);
|
va_end(ap);
|
||||||
|
|
||||||
return emsg(errbuf);
|
return emsg((const char_u *)errbuf);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void msg_emsgf_event(void **argv)
|
static void msg_emsgf_event(void **argv)
|
||||||
|
Loading…
Reference in New Issue
Block a user