Skip to content

Commit a83fe75

Browse files
committed
patch 8.0.0691: compiler warning without the linebreak feature
Problem: Compiler warning without the linebreak feature. Solution: Add #ifdef. (John Marriott)
1 parent c222684 commit a83fe75

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/edit.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7329,7 +7329,9 @@ oneleft(void)
73297329
#ifdef FEAT_VIRTUALEDIT
73307330
if (virtual_active())
73317331
{
7332+
# ifdef FEAT_LINEBREAK
73327333
int width;
7334+
# endif
73337335
int v = getviscol();
73347336

73357337
if (v == 0)

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,8 @@ static char *(features[]) =
764764

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
691,
767769
/**/
768770
690,
769771
/**/

0 commit comments

Comments
 (0)