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 4e03933 commit b2fe1d6Copy full SHA for b2fe1d6
2 files changed
src/drawline.c
@@ -1421,7 +1421,9 @@ win_line(
1421
syntax_attr = prev_syntax_attr;
1422
else
1423
{
1424
+# ifdef FEAT_SPELL
1425
can_spell = TRUE;
1426
+# endif
1427
syntax_attr = get_syntax_attr((colnr_T)v,
1428
# ifdef FEAT_SPELL
1429
has_spell ? &can_spell :
src/version.c
@@ -753,6 +753,8 @@ static char *(features[]) =
753
754
static int included_patches[] =
755
{ /* Add new patch number below this line */
756
+/**/
757
+ 2163,
758
/**/
759
2162,
760
0 commit comments