On Sunday, May 19, 2013 1:53:16 AM UTC+4, troydm wrote: > On Sunday, May 19, 2013 1:23:23 AM UTC+4, Bram Moolenaar wrote: > > > > > > That's a bug. The check for the line is to avoid going outside of the > > > > available lines when the text has changed. > > > > You mean check_cursor_col() call is to check for the line to avoid going > outside of the available lines when text has changed i presume? > So what is the proposed fix? > > commenting/removing this line? > curwin->w_cursor = save_cursor;
Wait, isn't check_cursor_col() called only when line number hasn't changed, and that is when cursor's position is resetted to value before event call -- -- 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/groups/opt_out.
