Hi Attached file fixed a few more typos in vim doc.
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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAON-T_gsefhJ9cyqCJ_oibXO-JGMKDcCPYDsruNKFvZRPgAW_w%40mail.gmail.com.
diff --git a/runtime/doc/channel.txt b/runtime/doc/channel.txt index e0e1c24f9..afa052589 100644 --- a/runtime/doc/channel.txt +++ b/runtime/doc/channel.txt @@ -1259,7 +1259,7 @@ can start typing a line. The text of the prompt can be set with the |prompt_setprompt()| function. The user can go to Normal mode and navigate through the buffer. This can be -useful see older output or copy text. +useful to see older output or copy text. The CTRL-W key can be used to start a window command, such as CTRL-W w to switch to the next window. This also works in Insert mode (use Shift-CTRL-W diff --git a/runtime/doc/pattern.txt b/runtime/doc/pattern.txt index 35c8c446d..6e8f9895f 100644 --- a/runtime/doc/pattern.txt +++ b/runtime/doc/pattern.txt @@ -1279,7 +1279,7 @@ not match in "càt" (where the a has the composing character 0x0300), but 0xe1, it does not have a compositing character). It does match "cat" (where the a is just an a). -When a composing character appears at the start of the pattern of after an +When a composing character appears at the start of the pattern or after an item that doesn't include the composing character, a match is found at any character that includes this composing character. diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index 9fe8d616d..3a21a008f 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -754,7 +754,7 @@ up mappings to simulate the commands that less supports. Otherwise, you can still use the Vim commands. This isn't perfect. For example, when viewing a short file Vim will still use -the whole screen. But it works good enough for most uses, and you get syntax +the whole screen. But it works well enough for most uses, and you get syntax highlighting. The "h" key will give you a short overview of the available commands.
