]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.2.0003: tests: invalid indent in message.c v9.2.0003
authorChristian Brabandt <cb@256bit.org>
Sun, 15 Feb 2026 15:35:37 +0000 (15:35 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 15 Feb 2026 15:35:37 +0000 (15:35 +0000)
Problem:  tests: invalid indent in message.c
          (after: v9.2.0002)
Solution: Use tabs for indent

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/message.c
src/version.c

index 192442ab4eac782f8ae9d43606e50a8564058e9b..78e5f30739dff3b0ab7c1cbe307e6bff89199dd5 100644 (file)
@@ -2019,15 +2019,15 @@ str2specialbuf(char_u *sp, char_u *buf, int len)
     *buf = NUL;
     while (*sp)
     {
-        s = str2special(&sp, FALSE, FALSE);
-        s_len = STRLEN(s);
-        if (buf_len + s_len < (size_t)len)
-        {
-            STRCPY(buf + buf_len, s);
-            buf_len += s_len;
-        }
-        else
-            break;
+       s = str2special(&sp, FALSE, FALSE);
+       s_len = STRLEN(s);
+       if (buf_len + s_len < (size_t)len)
+       {
+           STRCPY(buf + buf_len, s);
+           buf_len += s_len;
+       }
+       else
+           break;
     }
 }
 
index 0b6275096c245ece48047f495481fecf68871b5d..6b8c29b0ceb88e021875e048a552a79da1b89fd0 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3,
 /**/
     2,
 /**/