Hi Attached typos fixes some typos in Vim's documentation.
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]. For more options, visit https://groups.google.com/d/optout.
diff --git a/runtime/doc/if_cscop.txt b/runtime/doc/if_cscop.txt index b69d298..d02a41f 100644 --- a/runtime/doc/if_cscop.txt +++ b/runtime/doc/if_cscop.txt @@ -478,7 +478,7 @@ The cscope interface/support for Vim was originally written by Andy Kahn <[email protected]>. The original structure (as well as a tiny bit of code) was adapted from the cscope interface in nvi. *cscope-win32* -For a cscope version for Win32 see (seems abandonded): +For a cscope version for Win32 see (seems abandoned): https://code.google.com/archive/p/cscope-win32/ Win32 support was added by Sergey Khorev <[email protected]>. Contact diff --git a/runtime/doc/mbyte.txt b/runtime/doc/mbyte.txt index c8cd0eb..fbd03f3 100644 --- a/runtime/doc/mbyte.txt +++ b/runtime/doc/mbyte.txt @@ -1258,7 +1258,7 @@ Combining forms: 10. Input with imactivatefunc() *mbyte-func* Vim has the 'imactivatefunc' and 'imstatusfunc' options. These are useful to -activate/deativate the input method from Vim in any way, also with an external +activate/deactivate the input method from Vim in any way, also with an external command. For example, fcitx provide fcitx-remote command: > set iminsert=2 diff --git a/runtime/doc/os_mac.txt b/runtime/doc/os_mac.txt index 2a2b07a..807416c 100644 --- a/runtime/doc/os_mac.txt +++ b/runtime/doc/os_mac.txt @@ -165,7 +165,7 @@ and then run `make` to build Vim. The order of the options doesn't matter. To make sure at runtime whether or not the darwin feature is compiled in, you can use `has('osxdarwin')` which returns 1 if the feature is compiled in; 0 -otherwise. For backwards comptibility, you can still use `macunix` instead of +otherwise. For backward compatibility, you can still use `macunix` instead of `osxdarwin`. Notable use cases where `--disable-darwin` is turned out to be useful are: diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 7eeb2c3..d3a4964 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -438,7 +438,7 @@ Perhaps simpler: actually delete the mappings. Use maplist() to list matching mappings (with a lhs prefix, like maparg()), mapdelete() to delete, maprestore() to restore (using the output of maplist()). -Add an argument to :mkvimrc (or add aother command) to skip mappings from +Add an argument to :mkvimrc (or add another command) to skip mappings from plugins (source is a Vim script). No need to put these in a .vimrc, they will be defined when the plugin is loaded.
