Hi

Please find a patch with doc fixes for Vim-5.4.581.

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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
diff -r a7b7e93711f6 runtime/doc/eval.txt
--- a/runtime/doc/eval.txt	Sun Jan 18 14:08:56 2015 +0100
+++ b/runtime/doc/eval.txt	Sun Jan 18 14:13:55 2015 +0100
@@ -956,7 +956,7 @@
 Floating point numbers can be written in two forms:
 
 	[-+]{N}.{M}
-	[-+]{N}.{M}e[-+]{exp}
+	[-+]{N}.{M}[eE][-+]{exp}
 
 {N} and {M} are numbers.  Both {N} and {M} must be present and can only
 contain digits.
@@ -7371,7 +7371,7 @@
 				:unlet v
 <							*E741*
 			If you try to change a locked variable you get an
-			error message: "E741: Value of {name} is locked"
+			error message: "E741: Value is locked: {name}"
 
 			[depth] is relevant when locking a |List| or
 			|Dictionary|.  It specifies how deep the locking goes:
diff -r a7b7e93711f6 runtime/doc/farsi.txt
--- a/runtime/doc/farsi.txt	Sun Jan 18 14:08:56 2015 +0100
+++ b/runtime/doc/farsi.txt	Sun Jan 18 14:13:55 2015 +0100
@@ -222,7 +222,7 @@
 Note:
 	¡  stands for Farsi PSP (break without space)
 
-	¢  stands for Farsi PCN (for HAMZE attribute )
+	¢  stands for Farsi PCN (for HAMZE attribute)
 
 Restrictions
 ------------
diff -r a7b7e93711f6 runtime/doc/if_ole.txt
--- a/runtime/doc/if_ole.txt	Sun Jan 18 14:08:56 2015 +0100
+++ b/runtime/doc/if_ole.txt	Sun Jan 18 14:13:55 2015 +0100
@@ -197,7 +197,7 @@
 --remote-silent "+call cursor(10, 27)"
 	      - Places the cursor on line 10 column 27
 In Vim >
-   :h --remote-silent for mor details
+   :h --remote-silent for more details
 
 [.Net remarks provided by Dave Fishburn and Brian Sturk]
 
diff -r a7b7e93711f6 runtime/doc/print.txt
--- a/runtime/doc/print.txt	Sun Jan 18 14:08:56 2015 +0100
+++ b/runtime/doc/print.txt	Sun Jan 18 14:13:55 2015 +0100
@@ -693,7 +693,7 @@
 utility psselect.  This utility has options -e and -o for printing just the
 even or odd pages of a PS file respectively.
 
-First generate a PS file with the 'hardcopy' command, then generate a new
+First generate a PS file with the 'hardcopy' command, then generate new
 files with all the odd and even numbered pages with: >
 
 	psselect -o test.ps odd.ps
diff -r a7b7e93711f6 runtime/doc/quotes.txt
--- a/runtime/doc/quotes.txt	Sun Jan 18 14:08:56 2015 +0100
+++ b/runtime/doc/quotes.txt	Sun Jan 18 14:13:55 2015 +0100
@@ -178,14 +178,14 @@
 that vi sorely needs: highlighting for executing commands on blocks, an easily
 navigable and digestible help screen, and more.  (Paul Pax)
 
-The reason WHY I don't have this amazingly useful macro any more, is that I
+The reason WHY I don't have this amazingly useful macro anymore, is that I
 now use VIM - and this is built in!! (Stephen Riehm, Germany)
 
 I am a user of VIM and I love it.  I use it to do all my programming, C,
 C++, HTML what ever.  (Tim Allwine)
 
 I discovered VIM after years of struggling with the original vi, and I just
-can't live without it any more.  (Emmanuel Mogenet, USA)
+can't live without it anymore.  (Emmanuel Mogenet, USA)
 
 Emacs has not a bit of chance to survive so long as VIM is around.  Besides,
 it also has the most detailed software documentation I have ever seen---much
diff -r a7b7e93711f6 runtime/doc/term.txt
--- a/runtime/doc/term.txt	Sun Jan 18 14:08:56 2015 +0100
+++ b/runtime/doc/term.txt	Sun Jan 18 14:13:55 2015 +0100
@@ -410,7 +410,7 @@
 produce different codes, depending on the mode it is in (8-bit, VT102,
 VT220, etc.).  The result is that codes like <xF1> are no longer needed.
 Note: This is only done on startup.  If the xterm options are changed after
-Vim has started, the escape sequences may not be recognized any more.
+Vim has started, the escape sequences may not be recognized anymore.
 
 							*xterm-resize*
 Window resizing with xterm only works if the allowWindowOps resource is
diff -r a7b7e93711f6 runtime/doc/uganda.txt
--- a/runtime/doc/uganda.txt	Sun Jan 18 14:08:56 2015 +0100
+++ b/runtime/doc/uganda.txt	Sun Jan 18 14:13:55 2015 +0100
@@ -194,7 +194,7 @@
 
 How do you know that the money will be spent right?  First of all you have my
 personal guarantee as the author of Vim.  I trust the people that are working
-at the centre, I know them personally.  Further more, the centre has been
+at the centre, I know them personally.  Furthermore, the centre has been
 co-sponsored and inspected by World Vision, Save the Children Fund and is now
 under the supervision of Pacific Academy Outreach Society.  The centre is
 visited about once a year to check the progress (at our own cost).  I have
diff -r a7b7e93711f6 runtime/doc/usr_03.txt
--- a/runtime/doc/usr_03.txt	Sun Jan 18 14:08:56 2015 +0100
+++ b/runtime/doc/usr_03.txt	Sun Jan 18 14:13:55 2015 +0100
@@ -532,7 +532,7 @@
 
 The . (dot) character matches any existing character.  For example, the
 pattern "c.m" matches a string whose first character is a c, whose second
-character is anything, and whose the third character is m.  Example:
+character is anything, and whose third character is m.  Example:
 
 	We use a computer that became the cummin winter. ~
 		 xxx		 xxx	  xxx

Raspunde prin e-mail lui