File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 33helpname: 'builtin'
44---
55<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 Feb 06 <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 Feb 17 <br>
77<br>
88<br>
99 <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br>
30243024 <span class="Special">{expr3}</span>が省略された場合は "force" と同じになる。<br>
30253025<br>
30263026 <span class="Special">{expr2}</span>が空でないならば<span class="Special">{expr1}</span>が変更される。必要ならば最初に<br>
3027- <span class="Special">{expr1}</span>のコピーを作ること。<br>
3027+ <span class="Special">{expr1}</span>のコピーを作るか、<a class="Identifier" href="builtin.html#extendnew()">extendnew()</a> を使用して新しいリスト/<br>
3028+ 辞書を返すこと。<br>
30283029 <span class="Special">{expr2}</span>は変更されない。<br>
30293030 <span class="Special">{expr1}</span> がロックされていて、かつ <span class="Special">{expr2}</span> が空でない場合は操作<br>
30303031 は失敗する。<br>
Original file line number Diff line number Diff line change 33helpname: 'insert'
44---
55< div id ='vimCodeElement '>
6- < a class ="Constant " href ="insert.html " name ="insert.txt "> insert.txt</ a > For < span class ="Identifier "> Vim バージョン 9.1.</ span > Last change: 2024 Dec 31 < br >
6+ < a class ="Constant " href ="insert.html " name ="insert.txt "> insert.txt</ a > For < span class ="Identifier "> Vim バージョン 9.1.</ span > Last change: 2025 Feb 14 < br >
77< br >
88< br >
99 < span class ="Identifier "> VIMリファレンスマニュアル by Bram Moolenaar</ span > < br >
637637現在の補完の情報を取得するには、< a class ="Identifier " href ="builtin.html#complete_info() "> complete_info()</ a > が使用できる。< br >
638638マッチの大文字/小文字を調節したいのならばオプション < a class ="Type " href ="options.html#'infercase' "> 'infercase'</ a > を参照。< br >
639639< br >
640+ < a class ="Identifier " href ="gui.html#popup-menu "> popup-menu</ a > から選択した候補単語を挿入する場合、候補単語のクエリと一致しない< br >
641+ 部分は < a class ="Identifier " href ="syntax.html#hl-ComplMatchIns "> hl-ComplMatchIns</ a > を使用してハイライトされる。< span class ="MissingTag "> 'completopt'</ span > で fuzzy が< br >
642+ 有効になっている場合、ハイライトは適用されない。< br >
643+ < br >
640644 < a class ="Constant " href ="insert.html#complete_CTRL-E " name ="complete_CTRL-E "> complete_CTRL-E</ a > < br >
641645補完が動作中のとき、< span class ="Special "> CTRL-E</ span > で補完を中止し、もともと入力したテキストに戻すこと< br >
642646ができる。< span class ="Special "> CTRL-E</ span > は挿入されない。< br >
Original file line number Diff line number Diff line change 33helpname: 'terminal'
44---
55< div id ='vimCodeElement '>
6- < a class ="Constant " href ="terminal.html " name ="terminal.txt "> terminal.txt</ a > For < span class ="Identifier "> Vim バージョン 9.1.</ span > Last change: 2025 Jan 11 < br >
6+ < a class ="Constant " href ="terminal.html " name ="terminal.txt "> terminal.txt</ a > For < span class ="Identifier "> Vim バージョン 9.1.</ span > Last change: 2025 Feb 13 < br >
77< br >
88< br >
99 < span class ="Identifier "> VIMリファレンスマニュアル by Bram Moolenaar</ span > < br >
988988 < span class ="Special "> {buf}</ span > で保留となっている更新が処理されるのを待つ。< br >
989989 < span class ="Special "> {buf}</ span > の扱いについては < a class ="Identifier " href ="terminal.html#term_getsize() "> term_getsize()</ a > と同じ。< br >
990990 < span class ="Special "> {time}</ span > は更新が届くのを待つ、ミリ秒単位での長さ。設定されてい< br >
991- ない場合は 10 ミリ秒が使用される。< br >
991+ ない場合は 10 ミリ秒が使用される。キューに入れられたメッセージ< br >
992+ も < a class ="Identifier " href ="various.html#:sleep "> :sleep</ a > と同様に処理される。< br >
992993< br >
993994 < a class ="Identifier " href ="eval.html#method "> method</ a > としても使用できる:< br >
994995< div class ="helpExample "> GetBufnr()->term_wait()</ div >
You can’t perform that action at this time.
0 commit comments