patch 9.1.0974: typo in change of commit v9.1.0873 Commit: https://github.com/vim/vim/commit/df4b3ca5dc26689d866c0a743ab835917f4cd6b7 Author: John Marriott <basil...@internode.on.net> Date: Mon Dec 30 09:48:06 2024 +0100
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: #16340 Signed-off-by: John Marriott <basil...@internode.on.net> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/src/fileio.c b/src/fileio.c index 2f5710405..93e13e331 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -2531,7 +2531,7 @@ failed: if (ff_error == EOL_DOS) { buflen += vim_snprintf((char *)IObuff + buflen, IOSIZE - buflen, - _("CR missing")); + _("[CR missing]")); c = TRUE; } if (split) diff --git a/src/version.c b/src/version.c index f37ad9418..3e3d9b29c 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 974, /**/ 973, /**/ -- -- 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/E1tSBd7-00DPXu-LU%40256bit.org.