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 268a06c commit ba53435Copy full SHA for ba53435
2 files changed
src/spell.c
@@ -1649,7 +1649,9 @@ find_word(matchinf_T *mip, int mode)
1649
}
1650
1651
#endif
1652
+#if 0 /* Disabled, see below */
1653
c = mip->mi_compoff;
1654
+#endif
1655
++mip->mi_complen;
1656
if (flags & WF_COMPROOT)
1657
++mip->mi_compextra;
src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
748
749
static int included_patches[] =
750
{ /* Add new patch number below this line */
751
+/**/
752
+ 1763,
753
/**/
754
1762,
755
0 commit comments