vim-patch:9.1.0974: typo in change of commit v9.1.0873

Problem:  typo in change of commit v9.1.0873
          (Christ van Willegen)
Solution: Add back the square brackets
          (John Marriott)

closes: vim/vim#16340

df4b3ca5dc

Co-authored-by: John Marriott <basilisk@internode.on.net>
This commit is contained in:
Jan Edmund Lazo
2025-12-23 23:09:04 -05:00
parent 3f62fe4bd8
commit 9cc93b6def

View File

@@ -1727,7 +1727,7 @@ failed:
c = true;
}
if (ff_error == EOL_DOS) {
buflen += snprintf(IObuff + buflen, (size_t)(IOSIZE - buflen), _("CR missing"));
buflen += snprintf(IObuff + buflen, (size_t)(IOSIZE - buflen), _("[CR missing]"));
c = true;
}
if (split) {