comparison runtime/doc/options.txt @ 19968:1908e92b02fd

Update runtime files Commit: https://github.com/vim/vim/commit/d1caa941d876181aae0ebebc6ea954045bf0da24 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 10 22:10:56 2020 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 10 Apr 2020 22:15:05 +0200
parents 847a300aa244
children 9a67d41708d2
comparison
equal deleted inserted replaced
19967:f11b9ed4f9e1 19968:1908e92b02fd
1 *options.txt* For Vim version 8.2. Last change: 2020 Mar 02 1 *options.txt* For Vim version 8.2. Last change: 2020 Apr 10
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
7955 =+ indicates the file is read-only and modified 7955 =+ indicates the file is read-only and modified
7956 (path) is the path of the file being edited 7956 (path) is the path of the file being edited
7957 - VIM the server name |v:servername| or "VIM" 7957 - VIM the server name |v:servername| or "VIM"
7958 Only works if the terminal supports setting window titles 7958 Only works if the terminal supports setting window titles
7959 (currently Amiga console, Win32 console, all GUI versions and 7959 (currently Amiga console, Win32 console, all GUI versions and
7960 terminals with a non- empty 't_ts' option - these are Unix xterm and 7960 terminals with a non-empty 't_ts' option - these are Unix xterm and
7961 iris-ansi by default, where 't_ts' is taken from the builtin termcap). 7961 iris-ansi by default, where 't_ts' is taken from the builtin termcap).
7962 *X11* 7962 *X11*
7963 When Vim was compiled with HAVE_X11 defined, the original title will 7963 When Vim was compiled with HAVE_X11 defined, the original title will
7964 be restored if possible. The output of ":version" will include "+X11" 7964 be restored if possible. The output of ":version" will include "+X11"
7965 when HAVE_X11 was defined, otherwise it will be "-X11". This also 7965 when HAVE_X11 was defined, otherwise it will be "-X11". This also