Is this a bug? $ cat a.txt a b c d
$ vim -u NONE -U NONE a.txt With cursor is on the first line, hitting J twice results in this (works as expected - we're joining twice): a b c d But doing 2J only gives this: a b c d So in order to get what can be done with JJ, I have to hit 3J instead, which feels weird. nazri -- -- 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.
