0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 9.0.0699: tiny build fails

Problem:    Tiny build fails.
Solution:   Add #ifdef.
This commit is contained in:
Bram Moolenaar
2022-10-08 17:55:32 +01:00
parent 251c1e2ed8
commit bf499c0e6f
2 changed files with 4 additions and 0 deletions

View File

@@ -2207,6 +2207,7 @@ theend:
return ret; return ret;
} }
#ifdef FEAT_LINEBREAK
/* /*
* Reset 'linebreak' and take care of side effects. * Reset 'linebreak' and take care of side effects.
* Returns the previous value, to be passed to restore_lbr(). * Returns the previous value, to be passed to restore_lbr().
@@ -2235,6 +2236,7 @@ restore_lbr(int lbr_saved)
curwin->w_valid &= ~(VALID_WROW|VALID_WCOL|VALID_VIRTCOL); curwin->w_valid &= ~(VALID_WROW|VALID_WCOL|VALID_VIRTCOL);
} }
} }
#endif
/* /*
* prepare a few things for block mode yank/delete/tilde * prepare a few things for block mode yank/delete/tilde

View File

@@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
699,
/**/ /**/
698, 698,
/**/ /**/