comparison 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
comparison
equal deleted inserted replaced
31228:e02f5b4a17ee 31229:5b71c3884a2a
456 456
457 inoremap <Del> <BS> 457 inoremap <Del> <BS>
458 458
459 Vim will also recognize that they are fast terminals. 459 Vim will also recognize that they are fast terminals.
460 460
461 If you have some annoying line jumping on the screen between windows add to 461 If you're using Vim on remote host or through a very slow connection, you
462 your .vimrc file: > 462 might want to reset fast terminal option with: >
463
464 set ttyfast " set fast terminal
465
466 Note: if you're using Vim on remote host or through a very slow connection, it's
467 recommended to avoid the fast terminal option with: >
468 463
469 set nottyfast " set terminal to slow mode 464 set nottyfast " set terminal to slow mode
470
471 (Zoltan Arpadffy, Vim 5.6)
472 465
473 466
474 8.7 Hex-editing and other external tools 467 8.7 Hex-editing and other external tools
475 468
476 A very important difference between OpenVMS and other systems is that VMS uses 469 A very important difference between OpenVMS and other systems is that VMS uses