*: Fix linter errors

This commit is contained in:
ZyX
2017-02-15 03:15:47 +03:00
parent efa2682e3b
commit 095e6cc2e0
16 changed files with 148 additions and 141 deletions

View File

@@ -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(" ");