File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 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 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>
7
7
<br>
8
8
<br>
9
9
<span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br>
3024
3024
<span class="Special">{expr3}</span>が省略された場合は "force" と同じになる。<br>
3025
3025
<br>
3026
3026
<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>
3028
3029
<span class="Special">{expr2}</span>は変更されない。<br>
3029
3030
<span class="Special">{expr1}</span> がロックされていて、かつ <span class="Special">{expr2}</span> が空でない場合は操作<br>
3030
3031
は失敗する。<br>
Original file line number Diff line number Diff line change 3
3
helpname: 'insert'
4
4
---
5
5
< 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 >
7
7
< br >
8
8
< br >
9
9
< span class ="Identifier "> VIMリファレンスマニュアル by Bram Moolenaar</ span > < br >
637
637
現在の補完の情報を取得するには、< a class ="Identifier " href ="builtin.html#complete_info() "> complete_info()</ a > が使用できる。< br >
638
638
マッチの大文字/小文字を調節したいのならばオプション < a class ="Type " href ="options.html#'infercase' "> 'infercase'</ a > を参照。< br >
639
639
< 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 >
640
644
< a class ="Constant " href ="insert.html#complete_CTRL-E " name ="complete_CTRL-E "> complete_CTRL-E</ a > < br >
641
645
補完が動作中のとき、< span class ="Special "> CTRL-E</ span > で補完を中止し、もともと入力したテキストに戻すこと< br >
642
646
ができる。< span class ="Special "> CTRL-E</ span > は挿入されない。< br >
Original file line number Diff line number Diff line change 3
3
helpname: 'terminal'
4
4
---
5
5
< 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 >
7
7
< br >
8
8
< br >
9
9
< span class ="Identifier "> VIMリファレンスマニュアル by Bram Moolenaar</ span > < br >
988
988
< span class ="Special "> {buf}</ span > で保留となっている更新が処理されるのを待つ。< br >
989
989
< span class ="Special "> {buf}</ span > の扱いについては < a class ="Identifier " href ="terminal.html#term_getsize() "> term_getsize()</ a > と同じ。< br >
990
990
< span class ="Special "> {time}</ span > は更新が届くのを待つ、ミリ秒単位での長さ。設定されてい< br >
991
- ない場合は 10 ミリ秒が使用される。< br >
991
+ ない場合は 10 ミリ秒が使用される。キューに入れられたメッセージ< br >
992
+ も < a class ="Identifier " href ="various.html#:sleep "> :sleep</ a > と同様に処理される。< br >
992
993
< br >
993
994
< a class ="Identifier " href ="eval.html#method "> method</ a > としても使用できる:< br >
994
995
< div class ="helpExample "> GetBufnr()->term_wait()</ div >
You can’t perform that action at this time.
0 commit comments