comparison runtime/doc/options.txt @ 31885:cc751d944b7e

Update runtime files. Commit: https://github.com/vim/vim/commit/be4e01637e71c8d5095c33b9861fd70b41476732 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 2 13:59:48 2023 +0000 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Feb 2023 15:15:06 +0100
parents 9dc48932db8e
children 82da100c0e45
comparison
equal deleted inserted replaced
31884:27f905bc04df 31885:cc751d944b7e
1 *options.txt* For Vim version 9.0. Last change: 2023 Jan 02 1 *options.txt* For Vim version 9.0. Last change: 2023 Feb 01
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1897 1897
1898 option ? set value effect ~ 1898 option ? set value effect ~
1899 1899
1900 'allowrevins' + off no CTRL-_ command 1900 'allowrevins' + off no CTRL-_ command
1901 'antialias' + off don't use antialiased fonts 1901 'antialias' + off don't use antialiased fonts
1902 'arabic' + off reset arabic-related options 1902 'arabic' + off reset arabic-related options
1903 'arabicshape' + on correct character shapes 1903 'arabicshape' + on correct character shapes
1904 'backspace' + "" normal backspace 1904 'backspace' + "" normal backspace
1905 'backup' + off no backup file 1905 'backup' + off no backup file
1906 'backupcopy' & Unix: "yes" backup file is a copy 1906 'backupcopy' & Unix: "yes" backup file is a copy
1907 else: "auto" copy or rename backup file 1907 else: "auto" copy or rename backup file
4941 If you notice problems, such as characters being displayed that 4941 If you notice problems, such as characters being displayed that
4942 disappear after `CTRL-L`, you might want to try making this option 4942 disappear after `CTRL-L`, you might want to try making this option
4943 empty. Then set the 'term' option to have it take effect: > 4943 empty. Then set the 'term' option to have it take effect: >
4944 set keyprotocol= 4944 set keyprotocol=
4945 let &term = &term 4945 let &term = &term
4946 4946 <
4947 4947
4948 *'keywordprg'* *'kp'* 4948 *'keywordprg'* *'kp'*
4949 'keywordprg' 'kp' string (default "man" or "man -s", DOS: ":help", 4949 'keywordprg' 'kp' string (default "man" or "man -s", DOS: ":help",
4950 VMS: "help") 4950 VMS: "help")
4951 global or local to buffer |global-local| 4951 global or local to buffer |global-local|
5199 *lcs-space* 5199 *lcs-space*
5200 space:c Character to show for a space. When omitted, spaces 5200 space:c Character to show for a space. When omitted, spaces
5201 are left blank. 5201 are left blank.
5202 *lcs-multispace* 5202 *lcs-multispace*
5203 multispace:c... 5203 multispace:c...
5204 One or more characters to use cyclically to show for 5204 One or more characters to use cyclically to show for
5205 multiple consecutive spaces. Overrides the "space" 5205 multiple consecutive spaces. Overrides the "space"
5206 setting, except for single spaces. When omitted, the 5206 setting, except for single spaces. When omitted, the
5207 "space" setting is used. For example, 5207 "space" setting is used. For example,
5208 `:set listchars=multispace:---+` shows ten consecutive 5208 `:set listchars=multispace:---+` shows ten consecutive
5209 spaces as: 5209 spaces as:
5210 ---+---+-- ~ 5210 ---+---+-- ~
7782 Thus use %#HLname# for highlight group HLname. The same 7782 Thus use %#HLname# for highlight group HLname. The same
7783 highlighting is used, also for the statusline of non-current 7783 highlighting is used, also for the statusline of non-current
7784 windows. 7784 windows.
7785 * - Set highlight group to User{N}, where {N} is taken from the 7785 * - Set highlight group to User{N}, where {N} is taken from the
7786 minwid field, e.g. %1*. Restore normal highlight with %* or %0*. 7786 minwid field, e.g. %1*. Restore normal highlight with %* or %0*.
7787 The difference between User{N} and StatusLine will be applied 7787 The difference between User{N} and StatusLine will be applied to
7788 to StatusLineNC for the statusline of non-current windows. 7788 StatusLineNC for the statusline of non-current windows.
7789 The number N must be between 1 and 9. See |hl-User1..9| 7789 The number N must be between 1 and 9. See |hl-User1..9|
7790 7790
7791 When displaying a flag, Vim removes the leading comma, if any, when 7791 When displaying a flag, Vim removes the leading comma, if any, when
7792 that flag comes right after plaintext. This will make a nice display 7792 that flag comes right after plaintext. This will make a nice display
7793 when flags are used like in the examples below. 7793 when flags are used like in the examples below.