diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2015-05-10 15:18:39 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2015-05-17 18:39:25 +0200 |
commit | d9acfbd471403a4f11ad050665633d3311a462d9 (patch) | |
tree | 91afcb17b227c7b4c31a2c02587e0a54f968c3f2 /runtime/doc/quickref.txt | |
parent | f4423c96973c1c35945c5be9b22331550be92ce8 (diff) | |
download | rneovim-d9acfbd471403a4f11ad050665633d3311a462d9.tar.gz rneovim-d9acfbd471403a4f11ad050665633d3311a462d9.tar.bz2 rneovim-d9acfbd471403a4f11ad050665633d3311a462d9.zip |
options: mark nonfunctional &termencoding option as hidden. #2631
Remove related dead code and references in the docs.
Helped-By: Michael Reed <m.reed@mykolab.com>
Helped-By: Shougo Matsushita <Shougo.Matsu@gmail.com>
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 0e53099c5d..5daeb15c00 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -888,7 +888,6 @@ Short explanation of each option: *option-list* 'tagstack' 'tgst' push tags onto the tag stack 'term' name of the terminal 'termbidi' 'tbidi' terminal takes care of bi-directionality -'termencoding' 'tenc' character encoding used by the terminal 'terse' shorten some messages 'textwidth' 'tw' maximum width of text that is being inserted 'thesaurus' 'tsr' list of thesaurus files for keyword completion |