diff --git a/src/ops.c b/src/ops.c index 3e641f4bf..38827fffd 100644 --- a/src/ops.c +++ b/src/ops.c @@ -2207,6 +2207,7 @@ theend: return ret; } +#ifdef FEAT_LINEBREAK /* * Reset 'linebreak' and take care of side effects. * 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); } } +#endif /* * prepare a few things for block mode yank/delete/tilde diff --git a/src/version.c b/src/version.c index 6ef1b0d80..c162a2085 100644 --- a/src/version.c +++ b/src/version.c @@ -699,6 +699,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 699, /**/ 698, /**/