diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-03-21 00:09:42 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-03-22 15:41:29 -0400 |
commit | eea804ab59637f555e5608f93ebf24a0bca0a432 (patch) | |
tree | a6f448f0f3c62ecf638a4b4bf30dd929372d97da /runtime/doc/quickref.txt | |
parent | 4bc62c76c70b86400f60d6c7de98d271b664bec2 (diff) | |
download | rneovim-eea804ab59637f555e5608f93ebf24a0bca0a432.tar.gz rneovim-eea804ab59637f555e5608f93ebf24a0bca0a432.tar.bz2 rneovim-eea804ab59637f555e5608f93ebf24a0bca0a432.zip |
Remove *_BUILTIN_TCAPS & 'ttybuiltin'
'ttybuiltin' was removed and *_BUILTIN_TCAPS was made into dead code in
PR #1820.
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 5d251e7b68..68a8e878a2 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -909,7 +909,6 @@ Short explanation of each option: *option-list* 'toolbariconsize' 'tbis' size of the toolbar icons (for GTK 2 only) 'ttimeout' time out on mappings 'ttimeoutlen' 'ttm' time out time for key codes in milliseconds -'ttybuiltin' 'tbi' use built-in termcap before external termcap 'ttymouse' 'ttym' type of mouse codes generated 'ttyscroll' 'tsl' maximum number of lines for a scroll 'ttytype' 'tty' alias for 'term' |