diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-07-30 20:07:11 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-07-30 20:07:11 -0400 |
commit | 80289956a1d962a53d9ce45fc40ea20d8f3d9222 (patch) | |
tree | f5a210b647252e79f3ab0fbb999fc5548f58eff6 /runtime/doc/quickref.txt | |
parent | 666c0be13cc8979c609752d1cfb2287eaa03193b (diff) | |
download | rneovim-80289956a1d962a53d9ce45fc40ea20d8f3d9222.tar.gz rneovim-80289956a1d962a53d9ce45fc40ea20d8f3d9222.tar.bz2 rneovim-80289956a1d962a53d9ce45fc40ea20d8f3d9222.zip |
runtime: Remove 'textauto'
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 3cfeebc07d..98179eecd0 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -903,7 +903,6 @@ Short explanation of each option: *option-list* 'termbidi' 'tbidi' terminal takes care of bi-directionality 'termencoding' 'tenc' character encoding used by the terminal 'terse' shorten some messages -'textauto' 'ta' obsolete, use 'fileformats' 'textwidth' 'tw' maximum width of text that is being inserted 'thesaurus' 'tsr' list of thesaurus files for keyword completion 'tildeop' 'top' tilde command "~" behaves like an operator |