We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce2aa0 commit c728307Copy full SHA for c728307
2 files changed
src/gui.c
@@ -2253,7 +2253,7 @@ gui_outstr_nowrap(
2253
int col = gui.col;
2254
#ifdef FEAT_SIGN_ICONS
2255
int draw_sign = FALSE;
2256
- int signcol;
+ int signcol = 0;
2257
char_u extra[18];
2258
# ifdef FEAT_NETBEANS_INTG
2259
int multi_sign = FALSE;
src/version.c
@@ -777,6 +777,8 @@ static char *(features[]) =
777
778
static int included_patches[] =
779
{ /* Add new patch number below this line */
780
+/**/
781
+ 1702,
782
/**/
783
1701,
784
0 commit comments