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 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: 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>
77<br>
88<br>
99 <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br>
95739573 はリストをクリアするのにも使える: ><br>
95749574<div class="helpExample"> :call setqflist([], 'r')</div>
95759575<<br>
9576+ 'u' 'r' と同様だが、quickfix リスト内の現在の選択を保持し<br>
9577+ ようとする。<br>
95769578 'f' quickfix スタック内のすべての quickfix リストが解放さ<br>
95779579 れる。<br>
95789580<br>
1169911701 には: ><br>
1170011702<div class="helpExample"> :cnoremap <expr> <C-j> wildmenumode() ? "\<Down>\<Tab>" : "\<c-j>"</div>
1170111703<<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>
1170311705<br>
1170411706 戻り値の型: <a class="Identifier" href="eval.html#Number">Number</a><br>
1170511707<br>
You can’t perform that action at this time.
0 commit comments