aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/os_unix.txt
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-02-05 14:29:45 -0500
committerJustin M. Keyes <justinkz@gmail.com>2015-02-08 17:46:09 -0500
commit10b2a0e52980aba2d1efc072368fcaf1f33e7512 (patch)
tree0a71d9b4b2e5d121a5ec2474b12118fbc487be8e /runtime/doc/os_unix.txt
parent0854c21af3c200a580dc9b0075b9d4ca738a496a (diff)
downloadrneovim-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/os_unix.txt')
-rw-r--r--runtime/doc/os_unix.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/os_unix.txt b/runtime/doc/os_unix.txt
index 49f19c6661..73e955e834 100644
--- a/runtime/doc/os_unix.txt
+++ b/runtime/doc/os_unix.txt
@@ -30,8 +30,7 @@ can be changed at compile time.
Because terminal updating under Unix is often slow (e.g. serial line
terminal, shell window in suntools), the 'showcmd' and 'ruler' options
-are default off. If you have a fast terminal, try setting them on. You might
-also want to set 'ttyfast'.
+are off by default.
When using Vim in an xterm the mouse clicks can be used by Vim by setting
'mouse' to "a". If there is access to an X-server gui style copy/paste will