Hi Attached patch fixes 3 typos in the documentation.
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 47b1887483da runtime/doc/editing.txt --- a/runtime/doc/editing.txt Fri Sep 19 22:38:48 2014 +0200 +++ b/runtime/doc/editing.txt Sat Sep 20 17:26:15 2014 +0200 @@ -1483,8 +1483,8 @@ - Pkzip uses the same encryption as 'cryptmethod' "zip", and US Govt has no objection to its export. Pkzip's public file APPNOTE.TXT describes this algorithm in detail. -- The implmentation of 'cryptmethod' "blowfish" has a flaw. It is possible to - crack the first 64 bytes of a file and in some circumstances more of the +- The implementation of 'cryptmethod' "blowfish" has a flaw. It is possible + to crack the first 64 bytes of a file and in some circumstances more of the file. Use of it is not recommended, but it's still the strongest method supported by Vim 7.3 and 7.4. The "zip" method is even weaker. - Vim originates from the Netherlands. That is where the sources come from. diff -r 47b1887483da runtime/doc/netbeans.txt --- a/runtime/doc/netbeans.txt Fri Sep 19 22:38:48 2014 +0200 +++ b/runtime/doc/netbeans.txt Sat Sep 20 17:26:15 2014 +0200 @@ -470,7 +470,7 @@ New in version 2.1. removeAnno serNum - Remove a previously place annotation for this buffer. + Remove a previously placed annotation for this buffer. "serNum" is the same number used in addAnno. save Save the buffer when it was modified. The other side of the diff -r 47b1887483da runtime/doc/version7.txt --- a/runtime/doc/version7.txt Fri Sep 19 22:38:48 2014 +0200 +++ b/runtime/doc/version7.txt Sat Sep 20 17:26:15 2014 +0200 @@ -2039,7 +2039,7 @@ Avoid that $LANG is used for the menus when LC_MESSAGES is "en_US". Added backslashes before dashes in the vim.1 manual page to make them appear -as real dashes. (Pierr Habouzit) +as real dashes. (Pierre Habouzit) Where "gq" left the cursor depended on the value of 'formatprg'. Now "gq" always leaves the cursor at the last line of the formatted text.
