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:
@@ -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
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user