|
3 | 3 | helpname: 'builtin'
|
4 | 4 | ---
|
5 | 5 | <div id='vimCodeElement'>
|
6 |
| -<a class="Constant" href="builtin.html" name="builtin.txt">builtin.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Jul 22<br> |
| 6 | +<a class="Constant" href="builtin.html" name="builtin.txt">builtin.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Aug 06<br> |
7 | 7 | <br>
|
8 | 8 | <br>
|
9 | 9 | <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br>
|
|
4306 | 4306 | customlist,<span class="Special">{func}</span> <span class="Special">{func}</span> で定義されたカスタム補完<br>
|
4307 | 4307 | diff_buffer <a class="Identifier" href="diff.html#:diffget">:diffget</a> と <a class="Identifier" href="diff.html#:diffput">:diffput</a> の補完<br>
|
4308 | 4308 | dir ディレクトリ名<br>
|
4309 |
| - dir_in_path <a class="Identifier" href="options.html#'cdpath'">'cdpath'</a> 内のディレクトリ名<br> |
| 4309 | + dir_in_path <a class="Type" href="options.html#'cdpath'">'cdpath'</a> 内のディレクトリ名<br> |
4310 | 4310 | environment 環境変数名<br>
|
4311 | 4311 | event 自動コマンドのイベント<br>
|
4312 | 4312 | expression Vim式<br>
|
4313 | 4313 | file ファイルおよびディレクトリ名<br>
|
4314 |
| - file_in_path <a class="Identifier" href="options.html#'path'">'path'</a>のファイルおよびディレクトリ名<br> |
4315 |
| - filetype ファイルタイプ名 <a class="Identifier" href="options.html#'filetype'">'filetype'</a><br> |
| 4314 | + file_in_path <a class="Type" href="options.html#'path'">'path'</a> のファイルおよびディレクトリ名<br> |
| 4315 | + filetype ファイルタイプ名 <a class="Type" href="options.html#'filetype'">'filetype'</a><br> |
4316 | 4316 | filetypecmd <a class="Identifier" href="filetype.html#:filetype">:filetype</a> サブオプション<br>
|
4317 | 4317 | function 関数名<br>
|
4318 | 4318 | help ヘルプ項目<br>
|
|
4332 | 4332 | shellcmd シェルコマンド<br>
|
4333 | 4333 | shellcmdline ファイル名を引数とするシェルコマンドライン<br>
|
4334 | 4334 | sign <a class="Identifier" href="sign.html#:sign">:sign</a>サブオプション<br>
|
4335 |
| - syntax 構文ファイル名 <a class="Identifier" href="options.html#'syntax'">'syntax'</a><br> |
| 4335 | + syntax 構文ファイル名 <a class="Type" href="options.html#'syntax'">'syntax'</a><br> |
4336 | 4336 | syntime <a class="Identifier" href="syntax.html#:syntime">:syntime</a>サブオプション<br>
|
4337 | 4337 | tag タグ<br>
|
4338 | 4338 | tag_listfiles タグ、ファイル名<br>
|
|
10954 | 10954 | <br>
|
10955 | 10955 | <br>
|
10956 | 10956 | strtrans(<span class="Special">{string}</span>) <a class="Constant" href="builtin.html#strtrans()" name="strtrans()">strtrans()</a><br>
|
10957 |
| - 結果は文字列で、<span class="Special">{string}</span>内の表示不可能な文字を<a class="Identifier" href="options.html#'isprint'">'isprint'</a>で指<br> |
| 10957 | + 結果は文字列で、<span class="Special">{string}</span>内の表示不可能な文字を <a class="Type" href="options.html#'isprint'">'isprint'</a> で指<br> |
10958 | 10958 | 定される、表示可能な文字に変換したもの。ウィンドウに表示するこ<br>
|
10959 | 10959 | とができるようになる。例:<br>
|
10960 | 10960 | <div class="helpExample"> echo strtrans(@a)</div>
|
|
11460 | 11460 | つけること。これは関数の動作を速くすることにもなる。タグ検索の<br>
|
11461 | 11461 | 正規表現についてより詳しいことは <a class="Identifier" href="tagsrch.html#tag-regexp">tag-regexp</a>を参照。<br>
|
11462 | 11462 | <br>
|
11463 |
| - Vimが使用するタグファイルについては <a class="Identifier" href="options.html#'tags'">'tags'</a> を参照。様々な<br> |
| 11463 | + Vimが使用するタグファイルについては <a class="Type" href="options.html#'tags'">'tags'</a> を参照。様々な<br> |
11464 | 11464 | ctagsによって生成されるタグファイルのフォーマットについては<br>
|
11465 | 11465 | <a class="Identifier" href="tagsrch.html#tags-file-format">tags-file-format</a>を参照。<br>
|
11466 | 11466 | <br>
|
|
11982 | 11982 | 以降の位置を示すために使う。"off" が省略された場合はゼロが使わ<br>
|
11983 | 11983 | れる。<br>
|
11984 | 11984 | 現在のモードに対して仮想編集がオンのときは、行末を越えた位置が<br>
|
11985 |
| - 返ってくることもある。<a class="Identifier" href="options.html#'virtualedit'">'virtualedit'</a> も参照。<br> |
| 11985 | + 返ってくることもある。<a class="Type" href="options.html#'virtualedit'">'virtualedit'</a> も参照。<br> |
11986 | 11986 | <br>
|
11987 | 11987 | <span class="Special">{list}</span> が存在し、非ゼロの場合、virtcol() は、文字が占める最初<br>
|
11988 | 11988 | と最後のスクリーン位置を含むリストを返す。<br>
|
|
12090 | 12090 | <a class="Constant" href="builtin.html#cmdline-autocompletion" name="cmdline-autocompletion">cmdline-autocompletion</a><br>
|
12091 | 12091 | 例: コマンドラインで入力中に補完メニューを自動的に表示させるに<br>
|
12092 | 12092 | は、以下を使用する:<br>
|
12093 |
| -<div class="helpExample"> autocmd CmdlineChanged [:/?] call wildtrigger()<br> |
| 12093 | +<div class="helpExample"> autocmd CmdlineChanged [:/\?] call wildtrigger()<br> |
12094 | 12094 | set wildmode=noselect:lastused,full wildoptions=pum</div>
|
12095 | 12095 | <br>
|
12096 | 12096 | 通常の履歴ナビゲーションを維持するには (上/下キー):<br>
|
@@ -12632,12 +12632,12 @@
|
12632 | 12632 | cmdline_compl <a class="Identifier" href="cmdline.html#cmdline-completion">cmdline-completion</a> コマンドライン補完をサポート<br>
|
12633 | 12633 | cmdline_hist <a class="Identifier" href="cmdline.html#cmdline-history">cmdline-history</a> コマンドライン履歴をサポート<br>
|
12634 | 12634 | cmdline_info <a class="Type" href="options.html#'showcmd'">'showcmd'</a> と <a class="Type" href="options.html#'ruler'">'ruler'</a> をサポート<br>
|
12635 |
| -comments <a class="Identifier" href="options.html#'comments'">'comments'</a> をサポート<br> |
| 12635 | +comments <a class="Type" href="options.html#'comments'">'comments'</a> をサポート<br> |
12636 | 12636 | compatible Vi互換度を非常に高めてコンパイルされている<br>
|
12637 | 12637 | conpty <a class="Identifier" href="terminal.html#ConPTY">ConPTY</a> を使用できるプラットフォームである<br>
|
12638 | 12638 | cryptv 暗号化をサポート <a class="Identifier" href="editing.html#encryption">encryption</a><br>
|
12639 | 12639 | cscope <a class="Identifier" href="if_cscop.html#cscope">cscope</a>をサポート<br>
|
12640 |
| -cursorbind <a class="Identifier" href="options.html#'cursorbind'">'cursorbind'</a> をサポート (常に true)<br> |
| 12640 | +cursorbind <a class="Type" href="options.html#'cursorbind'">'cursorbind'</a> をサポート (常に true)<br> |
12641 | 12641 | debug デバッグバージョンである<br>
|
12642 | 12642 | dialog_con コンソールダイアログのサポート<br>
|
12643 | 12643 | dialog_con_gui コンソールとGUIのダイアログのサポート<br>
|
|
12651 | 12651 | emacs_tags Emacs式のタグファイルをサポート<br>
|
12652 | 12652 | eval 式評価をサポート。もちろん常に真。<br>
|
12653 | 12653 | ex_extra <a class="Identifier" href="various.html#+ex_extra">+ex_extra</a> (常に true)<br>
|
12654 |
| -extra_search <a class="Identifier" href="options.html#'incsearch'">'incsearch'</a> と <a class="Identifier" href="options.html#'hlsearch'">'hlsearch'</a> をサポート<br> |
| 12654 | +extra_search <a class="Type" href="options.html#'incsearch'">'incsearch'</a> と <a class="Type" href="options.html#'hlsearch'">'hlsearch'</a> をサポート<br> |
12655 | 12655 | farsi <a class="Identifier" href="farsi.html#farsi">farsi</a>のサポートは削除された<br>
|
12656 | 12656 | file_in_path <a class="Identifier" href="editing.html#gf">gf</a> と <a class="Identifier" href="cmdline.html#<cfile>"><cfile></a> をサポート。(常に true)<br>
|
12657 | 12657 | filterpipe <a class="Type" href="options.html#'shelltemp'">'shelltemp'</a> がオフのとき、シェルの読み込み・書き込み・<br>
|
@@ -12780,14 +12780,14 @@
|
12780 | 12780 | textprop <a class="Identifier" href="textprop.html#text-properties">text-properties</a> をサポート<br>
|
12781 | 12781 | tgetent tgetentをサポート。termcapかterminfoファイルが使用可能<br>
|
12782 | 12782 | timers <a class="Identifier" href="builtin.html#timer_start()">timer_start()</a> をサポート<br>
|
12783 |
| -title ウィンドウタイトルをサポート <a class="Identifier" href="options.html#'title'">'title'</a>。(常に true)<br> |
| 12783 | +title ウィンドウタイトルをサポート <a class="Type" href="options.html#'title'">'title'</a>。(常に true)<br> |
12784 | 12784 | toolbar <a class="Identifier" href="gui.html#gui-toolbar">gui-toolbar</a>をサポート<br>
|
12785 | 12785 | ttyin 入力が端末 (tty) である<br>
|
12786 | 12786 | ttyout 出力が端末 (tty) である<br>
|
12787 | 12787 | unix Vim の Unix バージョン。 <a class="Constant" href="builtin.html#+unix" name="+unix">+unix</a><br>
|
12788 | 12788 | unnamedplus <a class="Type" href="options.html#'clipboard'">'clipboard'</a> に "unnamedplus" をサポート<br>
|
12789 | 12789 | user_commands ユーザー定義コマンドをサポート (常に true)<br>
|
12790 |
| -vartabs 可変タブストップをサポート <a class="Identifier" href="options.html#'vartabstop'">'vartabstop'</a>.<br> |
| 12790 | +vartabs 可変タブストップをサポート <a class="Type" href="options.html#'vartabstop'">'vartabstop'</a>.<br> |
12791 | 12791 | vcon Win32: 仮想コンソールサポートが機能していて、<br>
|
12792 | 12792 | <a class="Type" href="options.html#'termguicolors'">'termguicolors'</a> を使用することができる。<a class="Identifier" href="various.html#+vtp">+vtp</a> も参照。<br>
|
12793 | 12793 | vertsplit ウィンドウの垂直分割をサポート <a class="Identifier" href="windows.html#:vsplit">:vsplit</a> (常に true)<br>
|
|
0 commit comments