diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-06-27 10:23:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-27 10:23:09 +0200 |
commit | f3c8f3e5d40e7c489492ffe3b8043705fcf40e78 (patch) | |
tree | 0f87c1a72999beb0e88849403d4065b234d4a7b1 /runtime/doc/quickref.txt | |
parent | f10489d9c299b43cf9b942aedf11094a33125975 (diff) | |
download | rneovim-f3c8f3e5d40e7c489492ffe3b8043705fcf40e78.tar.gz rneovim-f3c8f3e5d40e7c489492ffe3b8043705fcf40e78.tar.bz2 rneovim-f3c8f3e5d40e7c489492ffe3b8043705fcf40e78.zip |
vim-patch:partial:8a3b805c6c9c (#19104)
Update runtime files
https://github.com/vim/vim/commit/8a3b805c6c9cae341d560df9c3567ebbe42a7404
skip builtin.txt (needs 8.2.4838)
skip message.txt (whitespace changes)
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 1716ea025d..a380088e98 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -638,7 +638,7 @@ Short explanation of each option: *option-list* 'cinkeys' 'cink' keys that trigger indent when 'cindent' is set 'cinoptions' 'cino' how to do indenting when 'cindent' is set 'cinwords' 'cinw' words where 'si' and 'cin' add an indent -'cinscopedecls' 'cinsd' words that are recognized by 'cino-g' +'cinscopedecls' 'cinsd' words that are recognized by 'cino-g' 'clipboard' 'cb' use the clipboard as the unnamed register 'cmdheight' 'ch' number of lines to use for the command-line 'cmdwinheight' 'cwh' height of the command-line window |