diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-28 21:30:58 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-28 21:57:50 -0400 |
commit | df2acdc3be807393ea8d61bb94c41d792388c0de (patch) | |
tree | 6807f01a1794e3c0fe40371bd75661873b27461d /runtime/doc/quickref.txt | |
parent | 565783be4b42ec8cf2d24543b7d501499c6a1091 (diff) | |
download | rneovim-df2acdc3be807393ea8d61bb94c41d792388c0de.tar.gz rneovim-df2acdc3be807393ea8d61bb94c41d792388c0de.tar.bz2 rneovim-df2acdc3be807393ea8d61bb94c41d792388c0de.zip |
vim-patch:65e0d77a66b7
Update runtime files
https://github.com/vim/vim/commit/65e0d77a66b7e50beb562ad554ace46c32ef8f0f
Omit usr_46.txt because of vim9.
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 257550082d..7fa449cdca 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -869,6 +869,7 @@ Short explanation of each option: *option-list* 'spellcapcheck' 'spc' pattern to locate end of a sentence 'spellfile' 'spf' files where |zg| and |zw| store words 'spelllang' 'spl' language(s) to do spell checking for +'spelloptions' 'spo' options for spell checking 'spellsuggest' 'sps' method(s) used to suggest spelling corrections 'splitbelow' 'sb' new window from split is below the current one 'splitright' 'spr' new window is put right of the current one |