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 c222684 commit a83fe75Copy full SHA for a83fe75
src/edit.c
@@ -7329,7 +7329,9 @@ oneleft(void)
7329
#ifdef FEAT_VIRTUALEDIT
7330
if (virtual_active())
7331
{
7332
+# ifdef FEAT_LINEBREAK
7333
int width;
7334
+# endif
7335
int v = getviscol();
7336
7337
if (v == 0)
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 691,
769
/**/
770
690,
771
0 commit comments