On 2015-06-08, Christian Brabandt wrote: > That was described wrong. What I meant is, for an input such as this: > > 1 > 1 > 1 > > visually selecting the rows and pressing Ctrl-A will increment like this > > 2 > 3 > 4
While that is a useful feature, I don't think it's what the user would expect from visually selecting a block of numbers and typing Ctrl-A. I think the expected behavior would be that each of the numbers selected would be incremented by one. How about using g CTRL-A for creating a sequence? Regards, Gary -- -- 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.
