I found some typos in help.
Please check the following diffs.
diff -r 3edc4535acfa runtime/doc/indent.txt
--- a/runtime/doc/indent.txt Wed Aug 10 18:36:54 2011 +0200
+++ b/runtime/doc/indent.txt Sun Aug 14 13:41:48 2011 +0900
@@ -132,8 +132,8 @@
the option character can be one of these (N is any number):
N indent N spaces
-N indent N spaces to the left
- Ns N times 'shiftwidth spaces
- -Ns N times 'shiftwidth spaces to the left
+ Ns N times 'shiftwidth' spaces
+ -Ns N times 'shiftwidth' spaces to the left
In the list below,
"N" represents a number of your choice (the number can be negative). When
@@ -432,7 +432,7 @@
c3 c3
) && c4; ) && c4;
<
- *cino-2*
+ *cino-w*
wN When in unclosed parentheses and N is non-zero and either
using "(0" or "u0", respectively, or using "U0" and the unclosed
parentheses is the first non-white character in its line, line
diff -r 3edc4535acfa runtime/doc/map.txt
--- a/runtime/doc/map.txt Wed Aug 10 18:36:54 2011 +0200
+++ b/runtime/doc/map.txt Sun Aug 14 13:41:48 2011 +0900
@@ -228,7 +228,7 @@
For abbreviations |v:char| is set to the character that was typed to trigger
the abbreviation. You can use this to decide how to expand the {lhs}. You
-you should not either insert or change the v:char.
+should not either insert or change the v:char.
Be very careful about side effects! The expression is evaluated while
obtaining characters, you may very well make the command dysfunctional.
diff -r 3edc4535acfa runtime/doc/os_vms.txt
--- a/runtime/doc/os_vms.txt Wed Aug 10 18:36:54 2011 +0200
+++ b/runtime/doc/os_vms.txt Sun Aug 14 13:41:48 2011 +0900
@@ -665,7 +665,7 @@
(Thomas.R.Wyant III, Vim 6.1)
-8.14 Slow start in console mode issue
+8.15 Slow start in console mode issue
As GUI/GTK Vim works equally well in console mode, many administrators
deploy those executables system wide.
@@ -697,7 +697,7 @@
(Zoltan Arpadffy, Vim 7.2)
-8.15 Common VIM directory - different architectures
+8.16 Common VIM directory - different architectures
In a cluster that contains nodes with different architectures like below:
diff -r 3edc4535acfa runtime/doc/os_win32.txt
--- a/runtime/doc/os_win32.txt Wed Aug 10 18:36:54 2011 +0200
+++ b/runtime/doc/os_win32.txt Sun Aug 14 13:41:48 2011 +0900
@@ -316,8 +316,8 @@
There are two optional arguments (see the next Q):
/min the window will be minimized.
/b" no console window will be opened
- You can only one of these flags at a time. A second second one will be
- treated as the start of the command.
+ You can only one of these flags at a time. A second one will be treated as
+ the start of the command.
Q. How do I avoid getting a window for programs that I run asynchronously?
A. You have two possible solutions depending on what exactly do you want:
@@ -328,7 +328,7 @@
console window for them (GUI applications are not affected). But you
should use this flag only if the application you run doesn't require any
input. Otherwise it will get an EOF error because its input stream
- (stdin) would be redirected to \\.\NUL (stdoud and stderr too).
+ (stdin) would be redirected to \\.\NUL (stdout and stderr too).
Example for a console application, run Exuberant ctags: >
:!start /min ctags -R .
diff -r 3edc4535acfa runtime/doc/pi_vimball.txt
--- a/runtime/doc/pi_vimball.txt Wed Aug 10 18:36:54 2011 +0200
+++ b/runtime/doc/pi_vimball.txt Sun Aug 14 13:41:48 2011 +0900
@@ -16,6 +16,7 @@
1. Contents *vba* *vimball* *vimball-contents*
1. Contents......................................: |vimball-contents|
+ 2. Vimball Introduction..........................: |vimball-intro|
3. Vimball Manual................................: |vimball-manual|
MkVimball.....................................: |:MkVimball|
UseVimball....................................: |:UseVimball|
diff -r 3edc4535acfa runtime/doc/pi_zip.txt
--- a/runtime/doc/pi_zip.txt Wed Aug 10 18:36:54 2011 +0200
+++ b/runtime/doc/pi_zip.txt Sun Aug 14 13:41:48 2011 +0900
@@ -69,7 +69,6 @@
let g:loaded_zipPlugin= 1
let g:loaded_zip = 1
<
-<
==============================================================================
3. Additional Extensions *zip-extension*
diff -r 3edc4535acfa runtime/doc/windows.txt
--- a/runtime/doc/windows.txt Wed Aug 10 18:36:54 2011 +0200
+++ b/runtime/doc/windows.txt Sun Aug 14 13:41:48 2011 +0900
@@ -246,7 +246,7 @@
These command modifiers can be combined to make a vertically split window
occupy the full height. Example: >
- :vertical topleft edit tags
+ :vertical topleft split tags
Opens a vertically split, full-height window on the "tags" file at the far
left of the Vim window.
--
Yukihiro Nakadaira - [email protected]
--
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