comparison src/ex_getln.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 7850c8c12347
children b57f2617965f
comparison
equal deleted inserted replaced
2582:2cdbc91795ca 2583:7c2e6ba1d702
6145 #endif 6145 #endif
6146 # ifdef FEAT_RIGHTLEFT 6146 # ifdef FEAT_RIGHTLEFT
6147 curwin->w_p_rl = cmdmsg_rl; 6147 curwin->w_p_rl = cmdmsg_rl;
6148 cmdmsg_rl = FALSE; 6148 cmdmsg_rl = FALSE;
6149 # endif 6149 # endif
6150 # ifdef FEAT_SCROLLBIND 6150 RESET_BINDING(curwin);
6151 curwin->w_p_scb = FALSE;
6152 # endif
6153 6151
6154 # ifdef FEAT_AUTOCMD 6152 # ifdef FEAT_AUTOCMD
6155 /* Do execute autocommands for setting the filetype (load syntax). */ 6153 /* Do execute autocommands for setting the filetype (load syntax). */
6156 unblock_autocmds(); 6154 unblock_autocmds();
6157 # endif 6155 # endif