Hi Attached patch fixes a few typos in vim-8.2.1900 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAON-T_ju%2BaYV%2B1TZbwv9%3DhSziZP2oP5CgHsEhGTBkc%3Du-mRq4A%40mail.gmail.com.
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index f15cd96f0..f87768001 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -883,7 +883,7 @@ InsertEnter Just before starting Insert mode. Also for string. *InsertLeavePre* InsertLeavePre Just before leaving Insert mode. Also when - using CTRL-O |i_CTRL-O|. Be caseful not to + using CTRL-O |i_CTRL-O|. Be careful not to change mode or use `:normal`, it will likely cause trouble. *InsertLeave* diff --git a/runtime/doc/usr_11.txt b/runtime/doc/usr_11.txt index 430c365cc..8493796f2 100644 --- a/runtime/doc/usr_11.txt +++ b/runtime/doc/usr_11.txt @@ -294,7 +294,7 @@ If you really don't want to see this message, you can add the 'A' flag to the 'shortmess' option. But it's very unusual that you need this. For remarks about encryption and the swap file, see |:recover-crypt|. -For programatic access to the swap file, see |swapinfo()|. +For programmatic access to the swap file, see |swapinfo()|. ============================================================================== *11.4* Further reading diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 1ad90f2bd..6784b105a 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -10260,7 +10260,7 @@ Commands: Brabandt) Other: - Lua interface now also uses userdata binded to Vim structures. (Taro + Lua interface now also uses userdata bound to Vim structures. (Taro Muraoka, Luis Carvalho) glob() and autocommand patterns used to work with the undocumented diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt index 431b9cd47..238e7e99b 100644 --- a/runtime/doc/version8.txt +++ b/runtime/doc/version8.txt @@ -47698,7 +47698,7 @@ Files: src/eval.c, src/testdir/test_vim9_expr.vim Patch 8.2.1064 Problem: Vim9: no line break allowed before comparators. -Solution: Check for comperator after line break. +Solution: Check for comparator after line break. Files: src/eval.c, src/testdir/test_vim9_expr.vim Patch 8.2.1065
