Hi Bram,
I found a typo. Also it includes reports from Japanese Vim users.
Please check this.
--
Best regards,
Hirohito Higashi (h_east)
--
--
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 --git a/runtime/doc/ft_ada.txt b/runtime/doc/ft_ada.txt
index b446faf17..1d08bbb07 100644
--- a/runtime/doc/ft_ada.txt
+++ b/runtime/doc/ft_ada.txt
@@ -249,7 +249,7 @@ g:decada.Make_Command string
External command used for |g:decada.Make()| (|'makeprg'|).
*g:decada.Error_Format*
-g:decada.Error_Format| string
+g:decada.Error_Format string
Error format (|'errorformat'|).
==============================================================================
diff --git a/runtime/doc/ft_rust.txt b/runtime/doc/ft_rust.txt
index 750ba76af..1554fd5f0 100644
--- a/runtime/doc/ft_rust.txt
+++ b/runtime/doc/ft_rust.txt
@@ -1,4 +1,6 @@
-*ft_rust.txt* Filetype plugin for Rust
+*ft_rust.txt* For Vim version 8.1. Last change: 2017 Nov 02
+
+This is a filetype plugin for Rust.
==============================================================================
CONTENTS *rust*
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index 7c2547f10..1dbd1c950 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -438,7 +438,7 @@ Also entering a text like (with the "(" mapping from above): >
Lorem ipsum (dolor
-will be repeatable by the |.|to the expected
+will be repeatable by the |.| to the expected
Lorem ipsum (dolor)
diff --git a/runtime/doc/os_beos.txt b/runtime/doc/os_beos.txt
index 4639566e4..148f5fe0e 100644
--- a/runtime/doc/os_beos.txt
+++ b/runtime/doc/os_beos.txt
@@ -144,7 +144,7 @@ The default value for $VIM is set at compile time and can be determined with >
:version
The normal value is /boot/home/config/share/vim. If you don't like it you can
-set the Vim environment variable to override this, or set 'helpfile' in your
+set the VIM environment variable to override this, or set 'helpfile' in your
.vimrc: >
:if version >= 500
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 88fda8ebf..526231f70 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -1977,7 +1977,7 @@ set "lite_minlines" to the value you desire. Example: >
LPC *lpc.vim* *ft-lpc-syntax*
-LPC stands for a simple, memory-efficient language: Lars Pensj| C. The
+LPC stands for a simple, memory-efficient language: Lars Pensjö C. The
file name of LPC is usually *.c. Recognizing these files as LPC would bother
users writing only C programs. If you want to use LPC syntax in Vim, you
should set a variable in your .vimrc file: >
diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt
index e4cca3443..34f1ad7b6 100644
--- a/runtime/doc/terminal.txt
+++ b/runtime/doc/terminal.txt
@@ -19,8 +19,8 @@ If the result is "1" you have it.
Resizing |terminal-resizing|
Terminal Modes |Terminal-mode|
Cursor style |terminal-cursor-style|
- Special keys |terminal-special-keys|
Session |terminal-session|
+ Special keys |terminal-special-keys|
Unix |terminal-unix|
MS-Windows |terminal-ms-windows|
2. Terminal communication |terminal-communication|
@@ -447,7 +447,7 @@ Currently supported commands:
of the terminal and {argument}, the decoded JSON argument.
The function name must start with "Tapi_" to avoid
accidentally calling a function not meant to be used for the
- terminal API
+ terminal API.
The user function should sanity check the argument.
The function can use |term_sendkeys()| to send back a reply.
Example in JSON: >
@@ -854,7 +854,7 @@ vertical split: >
let g:termdebug_wide = 163
This will set &columns to 163 when :Termdebug is used. The value is restored
when quitting the debugger.
-If g:termdebug_wide is set and &Columns is already larger than
+If g:termdebug_wide is set and &columns is already larger than
g:termdebug_wide then a vertical split will be used without changing &columns.
Set it to 1 to get a vertical split without every changing &columns (useful
for when the terminal can't be resized by Vim).
diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt
index e88cfcb93..67193fdd9 100644
--- a/runtime/doc/windows.txt
+++ b/runtime/doc/windows.txt
@@ -225,7 +225,7 @@ CTRL-W ^ Does ":split #", split window in two and edit alternate file.
*CTRL-W_:*
CTRL-W : Does the same as typing |:| : edit a command line. Useful in a
terminal window, where all Vim commands must be preceded with
- CTRL-W or 'termkey'.
+ CTRL-W or 'termwinkey'.
Note that the 'splitbelow' and 'splitright' options influence where a new
window will appear.