diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-11-14 21:23:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-14 21:23:42 -0500 |
commit | 8f984dc1f29aa6ce41f233b983453bfd795e8238 (patch) | |
tree | 5655fff5088682c535be2ed5ca5d2146f5f05400 /runtime/doc/quickref.txt | |
parent | 3c74ba4acb87ebf7c5f2090ac9b4644cafec2495 (diff) | |
parent | 2dc0af3a4ff16d311169ce2ecd120dd05778039c (diff) | |
download | rneovim-8f984dc1f29aa6ce41f233b983453bfd795e8238.tar.gz rneovim-8f984dc1f29aa6ce41f233b983453bfd795e8238.tar.bz2 rneovim-8f984dc1f29aa6ce41f233b983453bfd795e8238.zip |
Merge pull request #16047 from mcepl/vim-8.2.3520
vim-patch:8.2.3520: cannot define a function for thesaurus completion
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 77e69a3eea..8cabf05053 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -895,6 +895,7 @@ Short explanation of each option: *option-list* 'terse' shorten some messages 'textwidth' 'tw' maximum width of text that is being inserted 'thesaurus' 'tsr' list of thesaurus files for keyword completion +'thesaurusfunc' 'tsrfu' function to be used for thesaurus completion 'tildeop' 'top' tilde command "~" behaves like an operator 'timeout' 'to' time out on mappings and key codes 'timeoutlen' 'tm' time out time in milliseconds |