2016-05-02 20:45 GMT+03:00 Chris AtLee <[email protected]>: > To reproduce: > :set nrformats-=octal > > Using the text '1-2-3' as a sample. With the cursor over '1', Ctrl-A > increments as expected. With the cursor over '2', Ctrl-A decrements, as > with '3'. >
Octal is irrelevant, it does the same thing with or without it. It is also not a bug, `(-2) + 1` is indeed `-1`. It does increment, just it does increment a negative number. > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly or view it on GitHub > <https://github.com/vim/vim/issues/787> > > -- > -- > 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. > -- -- 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.
