On Mon, Jun 16, 2014 at 3:42 AM, Christian Brabandt <[email protected]> wrote:
> Hi Yukihiro! > > On So, 15 Jun 2014, Yukihiro Nakadaira wrote: > > > Maybe we also need to call do_check_scrollbind() and > > do_check_cursorbind() for 'scrollbind' and 'cursorbind' option? > > What makes you think, we need those function calls? Is there also a > problem with scrollbinding? > Yes. 'scrollbind' and 'cursorbind' also doesn't work. $ vim -u NONE :set scrollbind " or :set cursorbind :call setline(1, range(100)) :split :call cursor(50, 1) | wincmd w Then, second window is not scrolled. I expect that two window show same lines. -- Yukihiro Nakadaira - [email protected] -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
