On Monday, October 10, 2016 at 6:19:35 PM UTC+11, Nazri wrote: > So in order to get what can be done with JJ, I have to hit 3J > instead, which feels weird.
I noticed that recently. However, ":help J" says "Join [count] lines, with a minimum of two lines" so the behaviour agrees with the documentation. J means 1J which means join 1 line. However, the minimum is 2, so it joins 2 lines. 2J means join 2 lines, and so is the same as J and 1J. John -- -- 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.
