Skip to content

Commit cfe2d44

Browse files
authored
Merge pull request #2202 from h-east/update-builtin
Update builtin.{txt,jax}
2 parents 67f9b7a + 3719f16 commit cfe2d44

File tree

2 files changed

+28
-29
lines changed

2 files changed

+28
-29
lines changed

doc/builtin.jax

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Jul 22
1+
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -4301,13 +4301,13 @@ getcompletion({pat}, {type} [, {filtered}]) *getcompletion()*
43014301
customlist,{func} {func} で定義されたカスタム補完
43024302
diff_buffer |:diffget| と |:diffput| の補完
43034303
dir ディレクトリ名
4304-
dir_in_path |'cdpath'| 内のディレクトリ名
4304+
dir_in_path 'cdpath' 内のディレクトリ名
43054305
environment 環境変数名
43064306
event 自動コマンドのイベント
43074307
expression Vim式
43084308
file ファイルおよびディレクトリ名
4309-
file_in_path |'path'|のファイルおよびディレクトリ名
4310-
filetype ファイルタイプ名 |'filetype'|
4309+
file_in_path 'path' のファイルおよびディレクトリ名
4310+
filetype ファイルタイプ名 'filetype'
43114311
filetypecmd |:filetype| サブオプション
43124312
function 関数名
43134313
help ヘルプ項目
@@ -4327,7 +4327,7 @@ getcompletion({pat}, {type} [, {filtered}]) *getcompletion()*
43274327
shellcmd シェルコマンド
43284328
shellcmdline ファイル名を引数とするシェルコマンドライン
43294329
sign |:sign|サブオプション
4330-
syntax 構文ファイル名 |'syntax'|
4330+
syntax 構文ファイル名 'syntax'
43314331
syntime |:syntime|サブオプション
43324332
tag タグ
43334333
tag_listfiles タグ、ファイル名
@@ -10949,7 +10949,7 @@ strridx({haystack}, {needle} [, {start}]) *strridx()*
1094910949

1095010950

1095110951
strtrans({string}) *strtrans()*
10952-
結果は文字列で、{string}内の表示不可能な文字を|'isprint'|で指
10952+
結果は文字列で、{string}内の表示不可能な文字を 'isprint' で指
1095310953
定される、表示可能な文字に変換したもの。ウィンドウに表示するこ
1095410954
とができるようになる。例: >
1095510955
echo strtrans(@a)
@@ -11455,7 +11455,7 @@ taglist({expr} [, {filename}]) *taglist()*
1145511455
つけること。これは関数の動作を速くすることにもなる。タグ検索の
1145611456
正規表現についてより詳しいことは |tag-regexp|を参照。
1145711457

11458-
Vimが使用するタグファイルについては |'tags'| を参照。様々な
11458+
Vimが使用するタグファイルについては 'tags' を参照。様々な
1145911459
ctagsによって生成されるタグファイルのフォーマットについては
1146011460
|tags-file-format|を参照。
1146111461

@@ -11977,7 +11977,7 @@ virtcol({expr} [, {list} [, {winid}]]) *virtcol()*
1197711977
以降の位置を示すために使う。"off" が省略された場合はゼロが使わ
1197811978
れる。
1197911979
現在のモードに対して仮想編集がオンのときは、行末を越えた位置が
11980-
返ってくることもある。|'virtualedit'| も参照。
11980+
返ってくることもある。'virtualedit' も参照。
1198111981

1198211982
{list} が存在し、非ゼロの場合、virtcol() は、文字が占める最初
1198311983
と最後のスクリーン位置を含むリストを返す。
@@ -12085,7 +12085,7 @@ wildtrigger() *wildtrigger()*
1208512085
*cmdline-autocompletion*
1208612086
例: コマンドラインで入力中に補完メニューを自動的に表示させるに
1208712087
は、以下を使用する: >
12088-
autocmd CmdlineChanged [:/?] call wildtrigger()
12088+
autocmd CmdlineChanged [:/\?] call wildtrigger()
1208912089
set wildmode=noselect:lastused,full wildoptions=pum
1209012090
<
1209112091
通常の履歴ナビゲーションを維持するには (上/下キー): >
@@ -12627,12 +12627,12 @@ clipboard_working 'clipboard' をサポートし、使用可能
1262712627
cmdline_compl |cmdline-completion| コマンドライン補完をサポート
1262812628
cmdline_hist |cmdline-history| コマンドライン履歴をサポート
1262912629
cmdline_info 'showcmd' と 'ruler' をサポート
12630-
comments |'comments'| をサポート
12630+
comments 'comments' をサポート
1263112631
compatible Vi互換度を非常に高めてコンパイルされている
1263212632
conpty |ConPTY| を使用できるプラットフォームである
1263312633
cryptv 暗号化をサポート |encryption|
1263412634
cscope |cscope|をサポート
12635-
cursorbind |'cursorbind'| をサポート (常に true)
12635+
cursorbind 'cursorbind' をサポート (常に true)
1263612636
debug デバッグバージョンである
1263712637
dialog_con コンソールダイアログのサポート
1263812638
dialog_con_gui コンソールとGUIのダイアログのサポート
@@ -12646,7 +12646,7 @@ ebcdic EBCDIC文字セットのマシン用
1264612646
emacs_tags Emacs式のタグファイルをサポート
1264712647
eval 式評価をサポート。もちろん常に真。
1264812648
ex_extra |+ex_extra| (常に true)
12649-
extra_search |'incsearch'||'hlsearch'| をサポート
12649+
extra_search 'incsearch' と 'hlsearch' をサポート
1265012650
farsi |farsi|のサポートは削除された
1265112651
file_in_path |gf| と |<cfile>| をサポート。(常に true)
1265212652
filterpipe 'shelltemp' がオフのとき、シェルの読み込み・書き込み・
@@ -12775,14 +12775,14 @@ textobjects |text-objects|をサポート
1277512775
textprop |text-properties| をサポート
1277612776
tgetent tgetentをサポート。termcapかterminfoファイルが使用可能
1277712777
timers |timer_start()| をサポート
12778-
title ウィンドウタイトルをサポート |'title'|。(常に true)
12778+
title ウィンドウタイトルをサポート 'title'。(常に true)
1277912779
toolbar |gui-toolbar|をサポート
1278012780
ttyin 入力が端末 (tty) である
1278112781
ttyout 出力が端末 (tty) である
1278212782
unix Vim の Unix バージョン。 *+unix*
1278312783
unnamedplus 'clipboard' に "unnamedplus" をサポート
1278412784
user_commands ユーザー定義コマンドをサポート (常に true)
12785-
vartabs 可変タブストップをサポート |'vartabstop'|.
12785+
vartabs 可変タブストップをサポート 'vartabstop'.
1278612786
vcon Win32: 仮想コンソールサポートが機能していて、
1278712787
'termguicolors' を使用することができる。|+vtp| も参照。
1278812788
vertsplit ウィンドウの垂直分割をサポート |:vsplit| (常に true)

en/builtin.txt

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

1118611186
strtrans({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.
1290112901
cmdline_compl Compiled with |cmdline-completion| support.
1290212902
cmdline_hist Compiled with |cmdline-history| support.
1290312903
cmdline_info Compiled with 'showcmd' and 'ruler' support.
12904-
comments Compiled with |'comments'| support.
12904+
comments Compiled with 'comments' support.
1290512905
compatible Compiled to be very Vi compatible.
1290612906
conpty Platform where |ConPTY| can be used.
1290712907
cryptv Compiled with encryption support |encryption|.
1290812908
cscope Compiled with |cscope| support.
12909-
cursorbind Compiled with |'cursorbind'| (always true)
12909+
cursorbind Compiled with 'cursorbind' (always true)
1291012910
debug Compiled with "DEBUG" defined.
1291112911
dialog_con Compiled with console dialog support.
1291212912
dialog_con_gui Compiled with console and GUI dialog support.
@@ -12921,8 +12921,7 @@ emacs_tags Compiled with support for Emacs tags.
1292112921
eval Compiled with expression evaluation support. Always
1292212922
true, of course!
1292312923
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'
1292612925
farsi Support for Farsi was removed |farsi|.
1292712926
file_in_path Compiled with support for |gf| and |<cfile>| (always
1292812927
true)
@@ -13053,15 +13052,15 @@ textprop Compiled with support for |text-properties|.
1305313052
tgetent Compiled with tgetent support, able to use a termcap
1305413053
or terminfo file.
1305513054
timers Compiled with |timer_start()| support.
13056-
title Compiled with window title support |'title'|.
13055+
title Compiled with window title support 'title'.
1305713056
(always true)
1305813057
toolbar Compiled with support for |gui-toolbar|.
1305913058
ttyin input is a terminal (tty)
1306013059
ttyout output is a terminal (tty)
1306113060
unix Unix version of Vim. *+unix*
1306213061
unnamedplus Compiled with support for "unnamedplus" in 'clipboard'
1306313062
user_commands User-defined commands. (always true)
13064-
vartabs Compiled with variable tabstop support |'vartabstop'|.
13063+
vartabs Compiled with variable tabstop support 'vartabstop'.
1306513064
vcon Win32: Virtual console support is working, can use
1306613065
'termguicolors'. Also see |+vtp|.
1306713066
vertsplit Compiled with vertically split windows |:vsplit|.

0 commit comments

Comments
 (0)