summaryrefslogtreecommitdiffstats
path: root/runtime/doc/os_vms.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-11-25 15:09:35 +0000
committerBram Moolenaar <Bram@vim.org>2022-11-25 15:09:35 +0000
commitc1cf4c91072f91b6b8dd636627a4ddf6f4b21f16 (patch)
tree7ad101eee74d7a37d58407e1ea0800088ddf4d14 /runtime/doc/os_vms.txt
parentcc762a48d42b579fb7bdec2c614636b830342dd5 (diff)
patch 9.0.0948: 'ttyfast' is set for arbitrary terminalsv9.0.0948
Problem: 'ttyfast' is set for arbitrary terminals. Solution: Always set 'ttyfast'. (closes #11549)
Diffstat (limited to 'runtime/doc/os_vms.txt')
-rw-r--r--runtime/doc/os_vms.txt11
1 files changed, 2 insertions, 9 deletions
diff --git a/runtime/doc/os_vms.txt b/runtime/doc/os_vms.txt
index b2a159018c..8ba12baa74 100644
--- a/runtime/doc/os_vms.txt
+++ b/runtime/doc/os_vms.txt
@@ -458,18 +458,11 @@ Ins, Del buttons etc., except Backspace in GUI mode. To solve it, add to
Vim will also recognize that they are fast terminals.
-If you have some annoying line jumping on the screen between windows add to
-your .vimrc file: >
-
- set ttyfast " set fast terminal
-
-Note: if you're using Vim on remote host or through a very slow connection, it's
-recommended to avoid the fast terminal option with: >
+If you're using Vim on remote host or through a very slow connection, you
+might want to reset fast terminal option with: >
set nottyfast " set terminal to slow mode
-(Zoltan Arpadffy, Vim 5.6)
-
8.7 Hex-editing and other external tools