]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.2115: CI: wrong preprocessor indentation v9.1.2115
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Fri, 30 Jan 2026 09:35:05 +0000 (09:35 +0000)
committerChristian Brabandt <cb@256bit.org>
Fri, 30 Jan 2026 09:35:05 +0000 (09:35 +0000)
Problem:  CI: wrong preprocessor indentation
          (after v9.1.2114)
Solution: Update indentation (Yasuhiro Matsumoto)

closes: #19283

Signed-off-by: Yasuhiro Matsumoto <mattn.jp@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/clipboard.c
src/version.c

index 6a0473b0ae87c703a03fa85992e13a8d9dc54d7f..93be7b759079a0633615ee97f9a48b6a0b49e621 100644 (file)
@@ -452,11 +452,11 @@ clip_auto_select(void)
     int
 clip_isautosel_star(void)
 {
-#ifdef FEAT_GUI
+# ifdef FEAT_GUI
     if (gui.in_use)
        return vim_strchr(p_go, GO_ASEL) != NULL
            && vim_strchr(p_go, GO_ASELPLUS) == NULL;
-#endif
+# endif
     return clip_autoselect_star;
 }
 
@@ -467,10 +467,10 @@ clip_isautosel_star(void)
     int
 clip_isautosel_plus(void)
 {
-#ifdef FEAT_GUI
+# ifdef FEAT_GUI
     if (gui.in_use)
        return vim_strchr(p_go, GO_ASELPLUS) != NULL;
-#endif
+# endif
     return clip_autoselect_plus;
 }
 
index a885fd23d46d35a8971cfc65c57629e060c9b847..2644380c007d434942fb1678e3cb5e9375c18a0b 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2115,
 /**/
     2114,
 /**/