]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0974: typo in change of commit v9.1.0873 v9.1.0974
authorJohn Marriott <basilisk@internode.on.net>
Mon, 30 Dec 2024 08:48:06 +0000 (09:48 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 30 Dec 2024 08:48:06 +0000 (09:48 +0100)
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 <basilisk@internode.on.net>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/fileio.c
src/version.c

index 2f5710405eac3ab5778cd93065e855ab93050bf1..93e13e331fac18a789f0270985d07c07f80aa653 100644 (file)
@@ -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)
index f37ad9418e113500b3b881b2fcb636bd5d51b722..3e3d9b29c26b2ea039b3f67c40565235e0c00b1b 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    974,
 /**/
     973,
 /**/