File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 3
3
helpname: 'version9'
4
4
---
5
5
<div id='vimCodeElement'>
6
- <a class="Constant" href="version9.html" name="version9.txt">version9.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Apr 18 <br>
6
+ <a class="Constant" href="version9.html" name="version9.txt">version9.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Apr 21 <br>
7
7
<br>
8
8
<br>
9
9
<span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br>
41681
41681
<a class="Identifier" href="builtin.html#base64_encode()">base64_encode()</a> blob を base64 文字列にエンコードする<br>
41682
41682
<a class="Identifier" href="builtin.html#blob2str()">blob2str()</a> blob を文字列のリストに変換する<br>
41683
41683
<a class="Identifier" href="builtin.html#bindtextdomain()">bindtextdomain()</a> メッセージの翻訳検索のベースパスを設定する<br>
41684
+ <span class="MissingTag">cmdcomplete_info()</span> 現在のコマンドラインの補完情報を取得<br>
41684
41685
<a class="Identifier" href="builtin.html#diff()">diff()</a> 2 つの文字列のリストの差分<br>
41685
41686
<a class="Identifier" href="builtin.html#filecopy()">filecopy()</a> ファイル <span class="Special">{from}</span> を <span class="Special">{to}</span> にコピー<br>
41686
41687
<a class="Identifier" href="builtin.html#foreach()">foreach()</a> リストの項目に関数を適用<br>
41705
41706
<span class="PreProc">自動コマンド:</span><br>
41706
41707
<br>
41707
41708
<a class="Identifier" href="autocmd.html#CursorMovedC">CursorMovedC</a> コマンドラインでカーソルが移動された後<br>
41709
+ <a class="Identifier" href="autocmd.html#CmdlineLeavePre">CmdlineLeavePre</a> コマンドラインから抜ける準備の前<br>
41708
41710
<a class="Identifier" href="autocmd.html#KeyInputPre">KeyInputPre</a> 任意のモードで任意のキーイベントを処理する前<br>
41709
41711
<a class="Identifier" href="autocmd.html#SessionWritePost">SessionWritePost</a> セッションファイルを書き込んだ後 <a class="Identifier" href="starting.html#:mksession">:mksession</a><br>
41710
41712
<a class="Identifier" href="autocmd.html#TabClosedPre">TabClosedPre</a> <a class="Identifier" href="tabpage.html#tabpage">tabpage</a> を閉じる前<br>
You can’t perform that action at this time.
0 commit comments