Hi Attached patch fixes a typo in runtime/doc/version7.txt
Regards Dominique -- -- 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.
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 045bd3094..8155176ab 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -1980,7 +1980,7 @@ Appending to a register didn't insert a line break like Vi. Added the '>' flag to 'cpoptions' for this. Using "I" in a line with only blanks appended to the line. This is not Vi -compatible. Added the 'H' flag in 'coptions' for this. +compatible. Added the 'H' flag in 'cpoptions' for this. When joining multiple lines the cursor would be at the last joint, but Vi leaves it at the position where "J" would put it. Added the 'q' flag in
