Hi Attached patch fixes a typo in runtime/doc/insert.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 -r 2957a57decad runtime/doc/insert.txt --- a/runtime/doc/insert.txt Fri Jun 19 21:06:11 2015 +0200 +++ b/runtime/doc/insert.txt Sat Jun 20 06:07:08 2015 +0200 @@ -82,7 +82,7 @@ |word-motions|, for the definition of a word. *i_CTRL-U* CTRL-U Delete all entered characters before the cursor in the current - line. If there are no newly entereed characters and + line. If there are no newly entered characters and 'backspace'is not empty, delete all characters before the cursor in the current line. See |i_backspacing| about joining lines.
