forked from aniani/vim
updated for version 7.1-267
This commit is contained in:
@@ -2307,7 +2307,7 @@ foldUpdateIEMS(wp, top, bot)
|
|||||||
|
|
||||||
/* If some fold changed, need to redraw and position cursor. */
|
/* If some fold changed, need to redraw and position cursor. */
|
||||||
if (fold_changed && wp->w_p_fen)
|
if (fold_changed && wp->w_p_fen)
|
||||||
changed_window_setting();
|
changed_window_setting_win(wp);
|
||||||
|
|
||||||
/* If we updated folds past "bot", need to redraw more lines. Don't do
|
/* If we updated folds past "bot", need to redraw more lines. Don't do
|
||||||
* this in other situations, the changed lines will be redrawn anyway and
|
* this in other situations, the changed lines will be redrawn anyway and
|
||||||
|
@@ -666,6 +666,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 */
|
||||||
|
/**/
|
||||||
|
267,
|
||||||
/**/
|
/**/
|
||||||
266,
|
266,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user