mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 17:58:18 +00:00
*: Fix linter errors
This commit is contained in:
@@ -2078,7 +2078,7 @@ void qf_list(exarg_T *eap)
|
||||
msg_puts_attr((const char *)IObuff, hl_attr(HLF_N));
|
||||
if (qfp->qf_pattern != NULL) {
|
||||
qf_fmt_text(qfp->qf_pattern, IObuff, IOSIZE);
|
||||
STRNCAT(IObuff, ":", IOSIZE);
|
||||
xstrlcat((char *)IObuff, ":", IOSIZE);
|
||||
msg_puts((const char *)IObuff);
|
||||
}
|
||||
msg_puts(" ");
|
||||
|
Reference in New Issue
Block a user