comparison runtime/doc/options.txt @ 18343:375a7ecdb351

Update runtime files. Commit: https://github.com/vim/vim/commit/2e693a88b24dc6b12883fad78ff2cb9cd4469c98 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 16 22:35:02 2019 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Oct 2019 22:45:04 +0200
parents e0ec4cd7a865
children 11394af51615
comparison
equal deleted inserted replaced
18342:fedab77fee7b 18343:375a7ecdb351
1 *options.txt* For Vim version 8.1. Last change: 2019 Sep 26 1 *options.txt* For Vim version 8.1. Last change: 2019 Sep 28
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
854 854
855 When setting 'background' to the default value with: > 855 When setting 'background' to the default value with: >
856 :set background& 856 :set background&
857 < Vim will guess the value. In the GUI this should work correctly, 857 < Vim will guess the value. In the GUI this should work correctly,
858 in other cases Vim might not be able to guess the right value. 858 in other cases Vim might not be able to guess the right value.
859 If the GUI supports a dark them, you can use the "d" flag in 859 If the GUI supports a dark theme, you can use the "d" flag in
860 'guioptions', see 'go-d'. 860 'guioptions', see 'go-d'.
861 861
862 When the |t_RB| option is set, Vim will use it to request the background 862 When the |t_RB| option is set, Vim will use it to request the background
863 color from the terminal. If the returned RGB value is dark/light and 863 color from the terminal. If the returned RGB value is dark/light and
864 'background' is not dark/light, 'background' will be set and the 864 'background' is not dark/light, 'background' will be set and the
1875 security reasons. 1875 security reasons.
1876 1876
1877 *'completeslash'* *'csl'* 1877 *'completeslash'* *'csl'*
1878 'completeslash' 'csl' string (default: "") 1878 'completeslash' 'csl' string (default: "")
1879 local to buffer 1879 local to buffer
1880 {not in Vi} {only for MS-Windows} 1880 {only for MS-Windows}
1881 When this option is set it overrules 'shellslash' for completion: 1881 When this option is set it overrules 'shellslash' for completion:
1882 - When this option is set to "slash", a forward slash is used for path 1882 - When this option is set to "slash", a forward slash is used for path
1883 completion in insert mode. This is useful when editing HTML tag, or 1883 completion in insert mode. This is useful when editing HTML tag, or
1884 Makefile with 'noshellslash' on Windows. 1884 Makefile with 'noshellslash' on Windows.
1885 - When this option is set to "backslash", backslash is used. This is 1885 - When this option is set to "backslash", backslash is used. This is
1915 1915
1916 popup Show extra information about the currently selected 1916 popup Show extra information about the currently selected
1917 completion in a popup window. Only works in combination 1917 completion in a popup window. Only works in combination
1918 with "menu" or "menuone". Overrides "preview". 1918 with "menu" or "menuone". Overrides "preview".
1919 See |'completepopup'| for specifying properties. 1919 See |'completepopup'| for specifying properties.
1920 {only works when compiled with the +textprop feature} 1920 {only works when compiled with the |+textprop| feature}
1921 1921
1922 noinsert Do not insert any text for a match until the user selects 1922 noinsert Do not insert any text for a match until the user selects
1923 a match from the menu. Only works in combination with 1923 a match from the menu. Only works in combination with
1924 "menu" or "menuone". No effect if "longest" is present. 1924 "menu" or "menuone". No effect if "longest" is present.
1925 1925
2468 2468
2469 2469
2470 *'cursorlineopt'* *'culopt'* 2470 *'cursorlineopt'* *'culopt'*
2471 'cursorlineopt' 'culopt' string (default: "number,line") 2471 'cursorlineopt' 'culopt' string (default: "number,line")
2472 local to window 2472 local to window
2473 {not in Vi}
2474 {not available when compiled without the |+syntax| 2473 {not available when compiled without the |+syntax|
2475 feature} 2474 feature}
2476 Comma separated list of settings for how 'cursorline' is displayed. 2475 Comma separated list of settings for how 'cursorline' is displayed.
2477 Valid values: 2476 Valid values:
2478 "line" Highlight the text line of the cursor with 2477 "line" Highlight the text line of the cursor with