Hi
Attached are minor fixes in Vim documentation.
PS: thanks for setting up the Mercurial repository!
It works well and it's now easier to update Vim
runtime & sources.
--
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
diff -r ca7d02cd5e49 runtime/doc/quickfix.txt
--- a/runtime/doc/quickfix.txt Wed Jan 06 21:16:31 2010 +0100
+++ b/runtime/doc/quickfix.txt Sat Jan 09 10:58:21 2010 +0100
@@ -482,7 +482,7 @@
{shellpipe} is the 'shellpipe' option.
{errorfile} is the 'makeef' option, with ## replaced to make it unique.
-The placeholder "$*" can be used for the argument list in {makeprog} if the
+The placeholder "$*" can be used for the argument list in {makeprg} if the
command needs some additional characters after its arguments. The $* is
replaced then by all arguments. Example: >
:set makeprg=latex\ \\\\nonstopmode\ \\\\input\\{$*}
@@ -1212,7 +1212,7 @@
GNU-make. AIX-make for example doesn't print any information about its
working directory. Then you need to enhance the makefile. In the makefile of
LessTif there is a command which echoes "Making {target} in {dir}". The
-special problem here is that it doesn't print informations on leaving the
+special problem here is that it doesn't print information on leaving the
directory and that it doesn't print the absolute path.
To solve the problem with relative paths and missing "leave directory"
diff -r ca7d02cd5e49 runtime/doc/starting.txt
--- a/runtime/doc/starting.txt Wed Jan 06 21:16:31 2010 +0100
+++ b/runtime/doc/starting.txt Sat Jan 09 10:58:21 2010 +0100
@@ -340,7 +340,7 @@
this to get 'compatible', even though a .vimrc file exists.
Keep in mind that the command ":set nocompatible" in some
plugin or startup script overrules this, so you may end up
- with 'nocmpatible' anyway. To find out, use: >
+ with 'nocompatible' anyway. To find out, use: >
:verbose set compatible?
< Several plugins won't work with 'compatible' set. You may
want to set it after startup this way: >
diff -r ca7d02cd5e49 runtime/doc/todo.txt
--- a/runtime/doc/todo.txt Wed Jan 06 21:16:31 2010 +0100
+++ b/runtime/doc/todo.txt Sat Jan 09 10:58:21 2010 +0100
@@ -162,7 +162,7 @@
Patch to support netbeans for Mac. (Kazuki Sakamoto, 2009 Jun 25)
-Patch to support clibpoard for Mac terminal. (Jjgod Jiang, 2009 Aug 1)
+Patch to support clipboard for Mac terminal. (Jjgod Jiang, 2009 Aug 1)
When starting Vim with "gvim -f -u non_existent_file > foo.txt" there are a
few control characters in the output. (Dale Wiles, 2009 May 28)
@@ -905,7 +905,7 @@
line are opened again, but from the wrong directory. Apply 'autochdir' only
after starting up?
-When showing a diff between a non-existant file and an existing one, with the
+When showing a diff between a non-existent file and an existing one, with the
cursor in the empty buffer, the other buffer only shows the last line. Change
the "insert" into a change from one line to many? (Yakov Lerner, 2008 May 27)
@@ -1031,7 +1031,7 @@
GTK: when setting 'columns' in a startup script and doing ":vertical diffsplit"
the window isn't redrawn properly, see two vertical bars.
-GTK: file choser is disabled. Patch by Tim Starling, 2009 Nov 13.
+GTK: file chooser is disabled. Patch by Tim Starling, 2009 Nov 13.
The magic clipboard format "VimClipboard2" appears in several places. Should
be only one.
@@ -2300,7 +2300,7 @@
Is COMPLEXPREFIXES necessary when we have flags for affixes?
- Support spelling words in CamelCase as if they were two separate words.
Requires some option to enable it. (Timothy Knox)
-- There is no Finnish spell checking file. For openoffic Voikko is now
+- There is no Finnish spell checking file. For openoffice Voikko is now
used, which is based on Malaga: http://home.arcor.de/bjoern-beutel/malaga/
(Teemu Likonen)
8 ":mkspell" still takes much too long in Hungarian dictionary from
diff -r ca7d02cd5e49 runtime/doc/version6.txt
--- a/runtime/doc/version6.txt Wed Jan 06 21:16:31 2010 +0100
+++ b/runtime/doc/version6.txt Sat Jan 09 10:58:21 2010 +0100
@@ -11170,7 +11170,7 @@
runtime/menu.vim, src/version.c
Patch 6.2.192
-Problem: Using CTRL-T and CTRL-D with "gR" messes up the text. (Jonahtan
+Problem: Using CTRL-T and CTRL-D with "gR" messes up the text. (Jonathan
Hankins)
Solution: Avoid calling change_indent() recursively.
Files: src/edit.c
diff -r ca7d02cd5e49 runtime/doc/version7.txt
--- a/runtime/doc/version7.txt Wed Jan 06 21:16:31 2010 +0100
+++ b/runtime/doc/version7.txt Sat Jan 09 10:58:21 2010 +0100
@@ -4734,7 +4734,7 @@
Other new runtime files:
Esperanto menu and message translations. (Dominique Pelle)
Finnish menu and message translations. (Flammie Pirinen)
- Brazilian Portugese message translations. (Eduardo Dobay)
+ Brazilian Portuguese message translations. (Eduardo Dobay)
Added floating point support. |Float|
@@ -4925,7 +4925,7 @@
Patch 7.1.028
Problem: Can't use last search pattern for ":sort". (Brian McKee)
-Solution: When the pattern is emtpy use the last search pattern. (Martin
+Solution: When the pattern is empty use the last search pattern. (Martin
Toft)
Files: runtime/doc/change.txt, src/ex_cmds.c
@@ -5463,7 +5463,7 @@
Files: src/screen.c
Patch 7.1.117
-Problem: Can't check wether Vim was compiled with Gnome. (Tony Mechelynck)
+Problem: Can't check whether Vim was compiled with Gnome. (Tony Mechelynck)
Solution: Add gui_gnome to the has() list.
Files: src/eval.c