From 3368ea215249b08ebaf64247f7a4f542fb6ba060 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 21 Sep 2010 16:56:35 +0200 Subject: updated for version 7.3.008 Problem: 'cursorbind' is kept in places where 'scrollbind' is reset. Solution: Reset 'cursorbind'. --- src/ex_cmds2.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/ex_cmds2.c') diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index f7ffb087a..8a7498a58 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c @@ -2165,9 +2165,7 @@ do_argfile(eap, argn) { if (win_split(0, 0) == FAIL) return; -# ifdef FEAT_SCROLLBIND - curwin->w_p_scb = FALSE; -# endif + RESET_BINDING(curwin); } else #endif -- cgit v1.2.1