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  
22
33
44		  VIM REFERENCE MANUAL	  by Bram Moolenaar  
@@ -4314,13 +4314,13 @@ getcompletion({pat}, {type} [, {filtered}])		*getcompletion()*
43144314		customlist,{func}  custom completion, defined via {func} 
43154315		diff_buffer	| :diffget |  and | :diffput |  completion
43164316		dir		directory names
4317- 		dir_in_path	directory names in | 'cdpath' | 
4317+ 		dir_in_path	directory names in 'cdpath' 
43184318		environment	environment variable names
43194319		event		autocommand events
43204320		expression	Vim expression
43214321		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' 
43244324		filetypecmd	| :filetype |  suboptions
43254325		function	function name
43264326		help		help subjects
@@ -4340,7 +4340,7 @@ getcompletion({pat}, {type} [, {filtered}])		*getcompletion()*
43404340		shellcmd	Shell command
43414341		shellcmdline	Shell command line with filename arguments
43424342		sign		| :sign |  suboptions
4343- 		syntax		syntax file names | 'syntax' | 
4343+ 		syntax		syntax file names 'syntax' 
43444344		syntime		| :syntime |  suboptions
43454345		tag		tags
43464346		tag_listfiles	tags, file names
@@ -11185,7 +11185,7 @@ strridx({haystack}, {needle} [, {start}])			*strridx()*
1118511185
1118611186strtrans({string} )					*strtrans()* 
1118711187		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' .
1118911189		Like they are shown in a window.  Example: > 
1119011190			echo strtrans(@a) 
1119111191< 		This displays a newline in register a as "^@" instead of
@@ -11703,7 +11703,7 @@ taglist({expr} [, {filename}])				*taglist()*
1170311703		Refer to | tag-regexp |  for more information about the tag
1170411704		search regular expression pattern.
1170511705
11706- 		Refer to | 'tags' |  for information about how the tags file is
11706+ 		Refer to 'tags'  for information about how the tags file is
1170711707		located by Vim. Refer to | tags-file-format |  for the format of
1170811708		the tags file generated by the different ctags tools.
1170911709
@@ -12235,7 +12235,7 @@ virtcol({expr} [, {list} [, {winid}]])			*virtcol()*
1223512235		last character.  When "off" is omitted zero is used.  When
1223612236		Virtual editing is active in the current mode, a position
1223712237		beyond the end of the line can be returned.  Also see
12238- 		| 'virtualedit' | 
12238+ 		'virtualedit' 
1223912239
1224012240		If {list}  is present and non-zero then virtcol() returns a
1224112241		List with the first and last screen position occupied by the
@@ -12347,7 +12347,7 @@ wildtrigger()						*wildtrigger()*
1234712347						*cmdline-autocompletion* 
1234812348		Example: To make the completion menu pop up automatically as
1234912349		you type on the command line, use: > 
12350- 			autocmd CmdlineChanged [:/?] call wildtrigger() 
12350+ 			autocmd CmdlineChanged [:/\ ?] call wildtrigger() 
1235112351			set wildmode=noselect:lastused,full wildoptions=pum 
1235212352< 
1235312353		To retain normal history navigation (up/down keys): > 
@@ -12901,12 +12901,12 @@ clipboard_working	Compiled with 'clipboard' support and it can be used.
1290112901cmdline_compl		Compiled with | cmdline-completion |  support.
1290212902cmdline_hist		Compiled with | cmdline-history |  support.
1290312903cmdline_info		Compiled with 'showcmd'  and 'ruler'  support.
12904- comments		Compiled with | 'comments' |  support.
12904+ comments		Compiled with 'comments'  support.
1290512905compatible		Compiled to be very Vi compatible.
1290612906conpty			Platform where | ConPTY |  can be used.
1290712907cryptv			Compiled with encryption support | encryption | .
1290812908cscope			Compiled with | cscope |  support.
12909- cursorbind		Compiled with | 'cursorbind' |  (always true)
12909+ cursorbind		Compiled with 'cursorbind'  (always true)
1291012910debug			Compiled with "DEBUG" defined.
1291112911dialog_con		Compiled with console dialog support.
1291212912dialog_con_gui		Compiled with console and GUI dialog support.
@@ -12921,8 +12921,7 @@ emacs_tags		Compiled with support for Emacs tags.
1292112921eval			Compiled with expression evaluation support.  Always
1292212922			true, of course!
1292312923ex_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' 
1292612925farsi			Support for Farsi was removed | farsi | .
1292712926file_in_path		Compiled with support for | gf |  and | <cfile> |  (always
1292812927			true)
@@ -13053,15 +13052,15 @@ textprop		Compiled with support for |text-properties|.
1305313052tgetent			Compiled with tgetent support, able to use a termcap
1305413053			or terminfo file.
1305513054timers			Compiled with | timer_start() |  support.
13056- title			Compiled with window title support | 'title' | .
13055+ title			Compiled with window title support 'title' .
1305713056			(always true)
1305813057toolbar			Compiled with support for | gui-toolbar | .
1305913058ttyin			input is a terminal (tty)
1306013059ttyout			output is a terminal (tty)
1306113060unix			Unix version of Vim. *+unix* 
1306213061unnamedplus		Compiled with support for "unnamedplus" in 'clipboard' 
1306313062user_commands		User-defined commands. (always true)
13064- vartabs			Compiled with variable tabstop support | 'vartabstop' | .
13063+ vartabs			Compiled with variable tabstop support 'vartabstop' .
1306513064vcon			Win32: Virtual console support is working, can use
1306613065			'termguicolors' . Also see | +vtp | .
1306713066vertsplit		Compiled with vertically split windows | :vsplit | .
0 commit comments