mirror of
https://github.com/neovim/neovim.git
synced 2026-03-31 04:42:03 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user