diff options
Diffstat (limited to 'src/edit.c')
-rw-r--r-- | src/edit.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/edit.c b/src/edit.c index e20857df6..423ccea44 100644 --- a/src/edit.c +++ b/src/edit.c @@ -764,15 +764,11 @@ edit( */ ins_redraw(TRUE); -#ifdef FEAT_SCROLLBIND if (curwin->w_p_scb) do_check_scrollbind(TRUE); -#endif -#ifdef FEAT_CURSORBIND if (curwin->w_p_crb) do_check_cursorbind(); -#endif update_curswant(); old_topline = curwin->w_topline; #ifdef FEAT_DIFF |