comparison src/tag.c @ 2583:7c2e6ba1d702 v7.3.008

updated for version 7.3.008 Problem: 'cursorbind' is kept in places where 'scrollbind' is reset. Solution: Reset 'cursorbind'.
author Bram Moolenaar <bram@vim.org>
date Tue, 21 Sep 2010 16:56:35 +0200
parents 364f1cd9a3dc
children 1a0d346695fa
comparison
equal deleted inserted replaced
2582:2cdbc91795ca 2583:7c2e6ba1d702
3141 * open a new tab page. */ 3141 * open a new tab page. */
3142 if (postponed_split || cmdmod.tab != 0) 3142 if (postponed_split || cmdmod.tab != 0)
3143 { 3143 {
3144 win_split(postponed_split > 0 ? postponed_split : 0, 3144 win_split(postponed_split > 0 ? postponed_split : 0,
3145 postponed_split_flags); 3145 postponed_split_flags);
3146 # ifdef FEAT_SCROLLBIND 3146 RESET_BINDING(curwin);
3147 curwin->w_p_scb = FALSE;
3148 # endif
3149 } 3147 }
3150 #endif 3148 #endif
3151 3149
3152 if (keep_help) 3150 if (keep_help)
3153 { 3151 {