diff runtime/doc/os_vms.txt @ 31229:5b71c3884a2a v9.0.0948

patch 9.0.0948: 'ttyfast' is set for arbitrary terminals Commit: https://github.com/vim/vim/commit/c1cf4c91072f91b6b8dd636627a4ddf6f4b21f16 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 25 15:09:35 2022 +0000 patch 9.0.0948: 'ttyfast' is set for arbitrary terminals Problem: 'ttyfast' is set for arbitrary terminals. Solution: Always set 'ttyfast'. (closes https://github.com/vim/vim/issues/11549)
author Bram Moolenaar <Bram@vim.org>
date Fri, 25 Nov 2022 16:15:04 +0100
parents f68f43043842
children 15c80d8bc515
line wrap: on
line diff
--- a/runtime/doc/os_vms.txt
+++ b/runtime/doc/os_vms.txt
@@ -458,18 +458,11 @@ Ins, Del buttons etc., except Backspace 
 
 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