Greetings, Found another small bug:
1. vim --clean 2. :set autoindent 3. i <ESC> 4. :exe 'norm 25atest ' 5. gww0 6. vipgw Note that the cursor moved to the end of the previous line. Also note, each time we increase the indentation by one space, we will move back into the previous line by the amount of the indent. It looks like the "saved_cursor" variable is being adjusted incorrectly at the bottom of the "set_indent()" function. I am unable to discern precisely how this works, but it's where I think the problem is, anyway. Best, Jason Franklin -- -- 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.
