On 30-Dec-2024 06:01, Christ van Willegen wrote:
Hi,
About this part:
if (ff_error == EOL_DOS)
{
- STRCAT(IObuff, _("[CR missing]"));
+ buflen += vim_snprintf((char *)IObuff + buflen, IOSIZE
- buflen,
+ _("CR missing"));
c = TRUE;
}
Shouldn't the _() call that was added (changed) use [] around the text
as well?
Christ van Willegen
Hi Christ,
You are right of course. Added back in PR #16340.
Thanks!
John
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to vim_dev+unsubscr...@googlegroups.com.
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/c002f51c-0fa6-4db5-983c-7c81b415629f%40internode.on.net.