Problem: Compiler warning for unused function.
Solution: Put the function inside the #ifdef.
static void redraw_custom_statusline __ARGS((win_T *wp));
#endif
#ifdef FEAT_SEARCH_EXTRA
-#define SEARCH_HL_PRIORITY 0
+# define SEARCH_HL_PRIORITY 0
static void start_search_hl __ARGS((void));
static void end_search_hl __ARGS((void));
static void init_search_hl __ARGS((win_T *wp));
}
}
}
-#endif
static int
next_search_hl_pos(shl, lnum, posmatch, mincol)
}
return FALSE;
}
+#endif
static void
screen_start_highlight(attr)
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 333,
/**/
332,
/**/