Gary Johnson wrote: > 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.
Agree. I actually thought that's what the patch was doing. > How about using g CTRL-A for creating a sequence? It's not going to be easy to make this consistent. Perhaps better left to a script. -- >From "know your smileys": =):-) Uncle Sam /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
