1
- *builtin.txt* For Vim version 9.1. Last change: 2025 Jul 22
1
+ *builtin.txt* For Vim version 9.1. Last change: 2025 Aug 06
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4314,13 +4314,13 @@ getcompletion({pat}, {type} [, {filtered}]) *getcompletion()*
4314
4314
customlist,{func} custom completion, defined via {func}
4315
4315
diff_buffer | :diffget | and | :diffput | completion
4316
4316
dir directory names
4317
- dir_in_path directory names in | 'cdpath' |
4317
+ dir_in_path directory names in 'cdpath'
4318
4318
environment environment variable names
4319
4319
event autocommand events
4320
4320
expression Vim expression
4321
4321
file file and directory names
4322
- file_in_path file and directory names in | 'path' |
4323
- filetype filetype names | 'filetype' |
4322
+ file_in_path file and directory names in 'path'
4323
+ filetype filetype names 'filetype'
4324
4324
filetypecmd | :filetype | suboptions
4325
4325
function function name
4326
4326
help help subjects
@@ -4340,7 +4340,7 @@ getcompletion({pat}, {type} [, {filtered}]) *getcompletion()*
4340
4340
shellcmd Shell command
4341
4341
shellcmdline Shell command line with filename arguments
4342
4342
sign | :sign | suboptions
4343
- syntax syntax file names | 'syntax' |
4343
+ syntax syntax file names 'syntax'
4344
4344
syntime | :syntime | suboptions
4345
4345
tag tags
4346
4346
tag_listfiles tags, file names
@@ -11185,7 +11185,7 @@ strridx({haystack}, {needle} [, {start}]) *strridx()*
11185
11185
11186
11186
strtrans({string} ) *strtrans()*
11187
11187
The result is a String, which is {string} with all unprintable
11188
- characters translated into printable characters | 'isprint' | .
11188
+ characters translated into printable characters 'isprint' .
11189
11189
Like they are shown in a window. Example: >
11190
11190
echo strtrans(@a)
11191
11191
< This displays a newline in register a as "^@" instead of
@@ -11703,7 +11703,7 @@ taglist({expr} [, {filename}]) *taglist()*
11703
11703
Refer to | tag-regexp | for more information about the tag
11704
11704
search regular expression pattern.
11705
11705
11706
- Refer to | 'tags' | for information about how the tags file is
11706
+ Refer to 'tags' for information about how the tags file is
11707
11707
located by Vim. Refer to | tags-file-format | for the format of
11708
11708
the tags file generated by the different ctags tools.
11709
11709
@@ -12235,7 +12235,7 @@ virtcol({expr} [, {list} [, {winid}]]) *virtcol()*
12235
12235
last character. When "off" is omitted zero is used. When
12236
12236
Virtual editing is active in the current mode, a position
12237
12237
beyond the end of the line can be returned. Also see
12238
- | 'virtualedit' |
12238
+ 'virtualedit'
12239
12239
12240
12240
If {list} is present and non-zero then virtcol() returns a
12241
12241
List with the first and last screen position occupied by the
@@ -12347,7 +12347,7 @@ wildtrigger() *wildtrigger()*
12347
12347
*cmdline-autocompletion*
12348
12348
Example: To make the completion menu pop up automatically as
12349
12349
you type on the command line, use: >
12350
- autocmd CmdlineChanged [:/?] call wildtrigger()
12350
+ autocmd CmdlineChanged [:/\ ?] call wildtrigger()
12351
12351
set wildmode=noselect:lastused,full wildoptions=pum
12352
12352
<
12353
12353
To retain normal history navigation (up/down keys): >
@@ -12901,12 +12901,12 @@ clipboard_working Compiled with 'clipboard' support and it can be used.
12901
12901
cmdline_compl Compiled with | cmdline-completion | support.
12902
12902
cmdline_hist Compiled with | cmdline-history | support.
12903
12903
cmdline_info Compiled with 'showcmd' and 'ruler' support.
12904
- comments Compiled with | 'comments' | support.
12904
+ comments Compiled with 'comments' support.
12905
12905
compatible Compiled to be very Vi compatible.
12906
12906
conpty Platform where | ConPTY | can be used.
12907
12907
cryptv Compiled with encryption support | encryption | .
12908
12908
cscope Compiled with | cscope | support.
12909
- cursorbind Compiled with | 'cursorbind' | (always true)
12909
+ cursorbind Compiled with 'cursorbind' (always true)
12910
12910
debug Compiled with "DEBUG" defined.
12911
12911
dialog_con Compiled with console dialog support.
12912
12912
dialog_con_gui Compiled with console and GUI dialog support.
@@ -12921,8 +12921,7 @@ emacs_tags Compiled with support for Emacs tags.
12921
12921
eval Compiled with expression evaluation support. Always
12922
12922
true, of course!
12923
12923
ex_extra | +ex_extra | (always true)
12924
- extra_search Compiled with support for | 'incsearch' | and
12925
- | 'hlsearch' |
12924
+ extra_search Compiled with support for 'incsearch' and 'hlsearch'
12926
12925
farsi Support for Farsi was removed | farsi | .
12927
12926
file_in_path Compiled with support for | gf | and | <cfile> | (always
12928
12927
true)
@@ -13053,15 +13052,15 @@ textprop Compiled with support for |text-properties|.
13053
13052
tgetent Compiled with tgetent support, able to use a termcap
13054
13053
or terminfo file.
13055
13054
timers Compiled with | timer_start() | support.
13056
- title Compiled with window title support | 'title' | .
13055
+ title Compiled with window title support 'title' .
13057
13056
(always true)
13058
13057
toolbar Compiled with support for | gui-toolbar | .
13059
13058
ttyin input is a terminal (tty)
13060
13059
ttyout output is a terminal (tty)
13061
13060
unix Unix version of Vim. *+unix*
13062
13061
unnamedplus Compiled with support for "unnamedplus" in 'clipboard'
13063
13062
user_commands User-defined commands. (always true)
13064
- vartabs Compiled with variable tabstop support | 'vartabstop' | .
13063
+ vartabs Compiled with variable tabstop support 'vartabstop' .
13065
13064
vcon Win32: Virtual console support is working, can use
13066
13065
'termguicolors' . Also see | +vtp | .
13067
13066
vertsplit Compiled with vertically split windows | :vsplit | .
0 commit comments