Bram Moolenaar wrote:

> Please report every problem you find!  The time until a 7.3 release
> depends on how many problems are reported.

Attached patch fixes a few typos in help files.

-- 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
diff -r 7b0ae815c70a runtime/doc/ft_sql.txt
--- a/runtime/doc/ft_sql.txt	Mon Jul 19 21:51:01 2010 +0200
+++ b/runtime/doc/ft_sql.txt	Mon Jul 19 22:33:57 2010 +0200
@@ -205,7 +205,7 @@
 						*sqlanywhere*
 						*oracle* *plsql* *sqlj*
 						*sqlserver*
-						*mysql* *postgress* *psql*
+						*mysql* *postgres* *psql*
 						*informix*
 
 All relational databases support SQL.  There is a portion of SQL that is
diff -r 7b0ae815c70a runtime/doc/if_perl.txt
--- a/runtime/doc/if_perl.txt	Mon Jul 19 21:51:01 2010 +0200
+++ b/runtime/doc/if_perl.txt	Mon Jul 19 22:33:57 2010 +0200
@@ -277,7 +277,7 @@
 
 To use the Perl interface the Perl DLL must be in your search path.
 If Vim reports it cannot find the perl512.dll, make sure your $PATH includes
-the directory where it is localted.  The Perl installer normally does that.
+the directory where it is located.  The Perl installer normally does that.
 In a console window type "path" to see what directories are used.
 
 The name of the DLL must match the Perl version Vim was compiled with.
diff -r 7b0ae815c70a runtime/doc/mbyte.txt
--- a/runtime/doc/mbyte.txt	Mon Jul 19 21:51:01 2010 +0200
+++ b/runtime/doc/mbyte.txt	Mon Jul 19 22:33:57 2010 +0200
@@ -947,7 +947,7 @@
 WHAT IS IME
     IME is a part of East asian version Windows.  That helps you to input
     multibyte character.  English and other language version Windows does not
-    have any IME.  (Also there are no need usually.) But there is one that
+    have any IME.  (Also there is no need usually.) But there is one that
     called Microsoft Global IME.  Global IME is a part of Internet Explorer
     4.0 or above.  You can get more information about Global IME, at below
     URL.
diff -r 7b0ae815c70a runtime/doc/usr_32.txt
--- a/runtime/doc/usr_32.txt	Mon Jul 19 21:51:01 2010 +0200
+++ b/runtime/doc/usr_32.txt	Mon Jul 19 22:33:57 2010 +0200
@@ -29,7 +29,7 @@
 The "f" stands for "file" here.
 
 You can repeat this command to go further back in the past.  Or use a count
-diferent from 1 to go back faster.
+different from 1 to go back faster.
 
 If you go back too far, go forward again with: >
 
diff -r 7b0ae815c70a runtime/doc/version7.txt
--- a/runtime/doc/version7.txt	Mon Jul 19 21:51:01 2010 +0200
+++ b/runtime/doc/version7.txt	Mon Jul 19 22:33:57 2010 +0200
@@ -307,7 +307,7 @@
 Tab pages						*new-tab-pages*
 ---------
 
-A tab page is page with one or more windows with a label (aka tab) at the top.
+A tab page is a page with one or more windows with a label (aka tab) at the top.
 By clicking on the label you can quickly switch between the tab pages.  And
 with the keyboard, using the |gt| (Goto Tab) command.  This is a convenient
 way to work with many windows.
@@ -2763,7 +2763,7 @@
 A few more changes for 64 bit MS-Windows. (George Reilly)
 
 Got ml_get errors when doing "o" and selecting in other window where there are
-less line shorter than the cursor position in the other window.  ins_mouse()
+less lines shorter than the cursor position in the other window.  ins_mouse()
 was using position in wrong window.
 
 Win32 GUI: Crash when giving a lot of messages during startup.  Allocate twice
@@ -2943,7 +2943,7 @@
 match.  Now show the cursor after the match while still searching for matches.
 
 GUI: The mouse shape changed on the statusline even when 'mouse' was empty and
-they can't be dragged..
+they can't be dragged.
 
 GTK2: Selecting a button in the confirm() dialog with Tab or cursor keys and
 hitting Enter didn't select that button.  Removed GTK 1 specific code. (Neil
@@ -7433,7 +7433,7 @@
 Files:	    src/ui.c
 
 Patch 7.2.014
-Problem:    synstack() doesn't work in an emptly line.
+Problem:    synstack() doesn't work in an empty line.
 Solution:   Accept column zero as a valid position.
 Files:	    src/eval.c
 
@@ -7783,7 +7783,7 @@
 Files:	    src/spell.c
 
 Patch 7.2.070
-Problem:    Crash when a function returns a:000. (Matt Wozkiski)
+Problem:    Crash when a function returns a:000. (Matt Wozniski)
 Solution:   Don't put the function struct on the stack, allocate it.  Free it
 	    only when nothing in it is used.
 Files:	    src/eval.c
@@ -7880,7 +7880,7 @@
 Patch 7.2.085
 Problem:    ":set <M-b>=<Esc>b" does not work when 'encoding' is utf-8.
 Solution:   Put the <M-b> character in the input buffer as valid utf-8.
-	    (partly by Matt Wosniski)
+	    (partly by Matt Wozniski)
 Files:	    src/term.c
 
 Patch 7.2.086
@@ -7891,7 +7891,7 @@
 
 Patch 7.2.087
 Problem:    Adding URL to 'path' doesn't work to edit a file.
-Solution:   Skip simplify_filename() for URLs. (Matt Wosniski)
+Solution:   Skip simplify_filename() for URLs. (Matt Wozniski)
 Files:	    src/misc2.c
 
 Patch 7.2.088 (extra)
@@ -8009,7 +8009,7 @@
 
 Patch 7.2.107
 Problem:    When using a GUI dialog and ":echo" commands the messages are
-	    deleted after the dialog. (Vicent Birebent)
+	    deleted after the dialog. (Vincent Birebent)
 Solution:   Don't call msg_end_prompt() since there was no prompt.
 Files:	    src/message.c
 
@@ -8603,7 +8603,7 @@
 Files:	    src/Make_mvc.mak
 
 Patch 7.2.205 (extra)
-Problem:    Win32: No support for High DPI awarenes.
+Problem:    Win32: No support for High DPI awareness.
 Solution:   Fix the manifest file. (George Reilly)
 Files:	    src/Make_mvc.mak, src/gvim.exe.mnf
 
@@ -9300,7 +9300,7 @@
 Patch 7.2.327
 Problem:    Unused functions in Workshop.
 Solution:   Add "#if 0" and minor cleanup. (Dominique Pelle)
-Files:	    src/workshop.c, src/integration.c, src/ingegration.h
+Files:	    src/workshop.c, src/integration.c, src/integration.h
 
 Patch 7.2.328
 Problem:    has("win64") does not return 1 on 64 bit MS-Windows version.
@@ -9763,7 +9763,7 @@
 
 Patch 7.2.410
 Problem:    Highlighting directories for completion doesn't work properly.
-Solution:   Don't halve backslashes when not needed, expaned "~/".
+Solution:   Don't halve backslashes when not needed, expanded "~/".
 	    (Dominique Pelle)
 Files:	    src/ex_getln.c
 
@@ -10019,7 +10019,7 @@
 
 Correct use of long instead of off_t for file size. (James Vega)
 
-Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)
+Add a few #ifdefs to exclude functions that are not used. (Dominique Pelle)
 
 Remove old and unused method to allocate memory for undo.
 

Raspunde prin e-mail lui