diff options
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/options.txt | 14 | ||||
-rw-r--r-- | runtime/doc/os_vms.txt | 1 | ||||
-rw-r--r-- | runtime/doc/term.txt | 3 |
3 files changed, 7 insertions, 11 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 2af731e790..3fdb3f38b5 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3988,9 +3988,8 @@ A jump table for the options with a short description can be found at |Q_op|. currently being edited. Only the last part of the name is used. Overridden by the 'iconstring' option. Only works if the terminal supports setting window icons (currently - only X11 GUI and terminals with a non-empty 't_IS' option - these are - Unix xterm and iris-ansi by default, where 't_IS' is taken from the - builtin termcap). + only X11 GUI and terminals with a non-empty 't_IS' option - this is + Unix xterm by default, where 't_IS' is taken from the builtin termcap). When Vim was compiled with HAVE_X11 defined, the original icon will be restored if possible |X11|. See |X11-icon| for changing the icon on X11. @@ -7359,8 +7358,8 @@ A jump table for the options with a short description can be found at |Q_op|. - VIM the server name |v:servername| or "VIM" Only works if the terminal supports setting window titles (currently Amiga console, Win32 console, all GUI versions and - terminals with a non- empty 't_ts' option - these are Unix xterm and - iris-ansi by default, where 't_ts' is taken from the builtin termcap). + terminals with a non- empty 't_ts' option - this is Unix xterm + by default, where 't_ts' is taken from the builtin termcap). *X11* When Vim was compiled with HAVE_X11 defined, the original title will be restored if possible. The output of ":version" will include "+X11" @@ -7492,9 +7491,8 @@ A jump table for the options with a short description can be found at |Q_op|. *'ttyfast'* *'tf'* *'nottyfast'* *'notf'* 'ttyfast' 'tf' boolean (default off, on when 'term' is xterm, hpterm, - sun-cmd, screen, rxvt, dtterm or - iris-ansi; also on when running Vim in - a DOS console) + sun-cmd, screen, rxvt or dtterm; also + on when running Vim in a DOS console) global {not in Vi} Indicates a fast terminal connection. More characters will be sent to diff --git a/runtime/doc/os_vms.txt b/runtime/doc/os_vms.txt index 03b11ba87e..82f8ae8b5b 100644 --- a/runtime/doc/os_vms.txt +++ b/runtime/doc/os_vms.txt @@ -437,7 +437,6 @@ Terminal entry not found in termcap builtin_pcansi builtin_win32 builtin_xterm - builtin_iris-ansi builtin_debug builtin_dumb defaulting to 'vt320' diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt index d2dd547061..de32857bb9 100644 --- a/runtime/doc/term.txt +++ b/runtime/doc/term.txt @@ -453,8 +453,7 @@ allows title setting via sending strings. They are sent before and after the title string, respectively. Similar 't_IS' and 't_IE' are used to set the icon text. These are Vim-internal extensions of the Unix termcap, so they cannot be obtained from an external termcap. However, the builtin termcap -contains suitable entries for xterm and iris-ansi, so you don't need to set -them here. +contains suitable entries for xterm, so you don't need to set them here. *hpterm* If inversion or other highlighting does not work correctly, try setting the 't_xs' option to a non-empty string. This makes the 't_ce' code be used to |