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 e26e0d2 commit 6185903Copy full SHA for 6185903
src/syntax.c
@@ -10044,11 +10044,11 @@ highlight_changed(void)
10044
#ifdef USER_HIGHLIGHT
10045
char_u userhl[10];
10046
# ifdef FEAT_STL_OPT
10047
- int id_SNC = -1;
10048
int id_S = -1;
+ int id_SNC = 0;
10049
# ifdef FEAT_TERMINAL
10050
- int id_ST = -1;
10051
- int id_STNC = -1;
+ int id_ST = 0;
+ int id_STNC = 0;
10052
# endif
10053
int hlcnt;
10054
src/version.c
@@ -766,6 +766,8 @@ static char *(features[]) =
766
767
static int included_patches[] =
768
{ /* Add new patch number below this line */
769
+/**/
770
+ 1621,
771
/**/
772
1620,
773
0 commit comments