mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 02:21:51 +00:00
fixup!
This commit is contained in:
@@ -583,7 +583,7 @@ bool emsgf(const char *const fmt, ...)
|
||||
vim_vsnprintf(errbuf, sizeof(errbuf), fmt, ap, NULL);
|
||||
va_end(ap);
|
||||
|
||||
return emsg(errbuf);
|
||||
return emsg((const char_u *)errbuf);
|
||||
}
|
||||
|
||||
static void msg_emsgf_event(void **argv)
|
||||
|
||||
Reference in New Issue
Block a user