diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-02-05 14:29:45 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-02-08 17:46:09 -0500 |
commit | 10b2a0e52980aba2d1efc072368fcaf1f33e7512 (patch) | |
tree | 0a71d9b4b2e5d121a5ec2474b12118fbc487be8e /runtime/doc/quickref.txt | |
parent | 0854c21af3c200a580dc9b0075b9d4ca738a496a (diff) | |
download | rneovim-10b2a0e52980aba2d1efc072368fcaf1f33e7512.tar.gz rneovim-10b2a0e52980aba2d1efc072368fcaf1f33e7512.tar.bz2 rneovim-10b2a0e52980aba2d1efc072368fcaf1f33e7512.zip |
Remove 'ttyfast'
refs #1045 #1051
This was enabled by default a while ago (#1051), and has apparently not
created any issues. The amount of actual code related to it is tiny, so
it has been removed.
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 6debcbe112..3b3214456b 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -911,7 +911,6 @@ Short explanation of each option: *option-list* 'ttimeout' time out on mappings 'ttimeoutlen' 'ttm' time out time for key codes in milliseconds 'ttybuiltin' 'tbi' use built-in termcap before external termcap -'ttyfast' 'tf' indicates a fast terminal connection 'ttymouse' 'ttym' type of mouse codes generated 'ttyscroll' 'tsl' maximum number of lines for a scroll 'ttytype' 'tty' alias for 'term' |