diff options
author | Christian Clason <christian.clason@uni-due.de> | 2021-09-09 18:59:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-09 18:59:11 +0200 |
commit | 2fe95cb1adfa00e67ac8bd51197f003312b99132 (patch) | |
tree | afb524bff66ed8eb32b8df04afcda817fd0d0c13 /runtime/doc/help.txt | |
parent | d80aac3b2a3ce4b25d4f12ff64b8c947eaf75826 (diff) | |
download | rneovim-2fe95cb1adfa00e67ac8bd51197f003312b99132.tar.gz rneovim-2fe95cb1adfa00e67ac8bd51197f003312b99132.tar.bz2 rneovim-2fe95cb1adfa00e67ac8bd51197f003312b99132.zip |
vim-patch:partial 2346a6378483 (#15599)
Update runtime files
https://github.com/vim/vim/commit/2346a6378483c9871016f9fc821ec5cbea638f13
omit doc/vim.man
omit doc/vim9.txt
omit doc/vimdiff.txt
omit doc/vimdiff.man
skip doc/eval.txt (missing patch 8.2.2324)
skip doc/help.txt (missing patch 8.2.2344)
Diffstat (limited to 'runtime/doc/help.txt')
-rw-r--r-- | runtime/doc/help.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt index 353058ec03..6416f49061 100644 --- a/runtime/doc/help.txt +++ b/runtime/doc/help.txt @@ -125,7 +125,7 @@ Advanced editing ~ |windows.txt| commands for using multiple windows and buffers |tabpage.txt| commands for using multiple tab pages |spell.txt| spell checking -|diff.txt| working with two to four versions of the same file +|diff.txt| working with two to eight versions of the same file |autocmd.txt| automatically executing commands on an event |eval.txt| expression evaluation, conditional commands |fold.txt| hide (fold) ranges of lines @@ -145,6 +145,8 @@ Programming language support ~ |filetype.txt| settings done specifically for a type of file |quickfix.txt| commands for a quick edit-compile-fix cycle |ft_ada.txt| Ada (the programming language) support +|ft_ps1.txt| Filetype plugin for Windows PowerShell +|ft_raku.txt| Filetype plugin for Raku |ft_rust.txt| Filetype plugin for Rust |ft_sql.txt| about the SQL filetype plugin |