File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
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: 2024 Oct 12 <br>
6
+ <a class="Constant" href="builtin.html" name="builtin.txt">builtin.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2024 Oct 16 <br>
7
7
<br>
8
8
<br>
9
9
<span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br>
9573
9573
はリストをクリアするのにも使える: ><br>
9574
9574
<div class="helpExample"> :call setqflist([], 'r')</div>
9575
9575
<<br>
9576
+ 'u' 'r' と同様だが、quickfix リスト内の現在の選択を保持し<br>
9577
+ ようとする。<br>
9576
9578
'f' quickfix スタック内のすべての quickfix リストが解放さ<br>
9577
9579
れる。<br>
9578
9580
<br>
11699
11701
には: ><br>
11700
11702
<div class="helpExample"> :cnoremap <expr> <C-j> wildmenumode() ? "\<Down>\<Tab>" : "\<c-j>"</div>
11701
11703
<<br>
11702
- (<span class="Todo">Note</span> <a class="Type" href="options.html#'wildcharm'">'wildcharm'</a> オプションが適切に設定されている必要がある。 )<br>
11704
+ (<span class="Todo">Note</span>: <a class="Type" href="options.html#'wildcharm'">'wildcharm'</a> オプションが適切に設定されている必要がある)<br>
11703
11705
<br>
11704
11706
戻り値の型: <a class="Identifier" href="eval.html#Number">Number</a><br>
11705
11707
<br>
You can’t perform that action at this time.
0 commit comments