File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed
Expand file tree Collapse file tree 3 files changed +10
-9
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 Jun 07 <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 Jun 23 <br>
77<br>
88<br>
99 <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br>
1189211892<div class="helpExample"> :let newlist = uniq(copy(mylist))</div>
1189311893 デフォルトの比較関数は各要素の文字列表現を使う。<span class="Special">{func}</span> と<br>
1189411894 <span class="Special">{dict}</span> については <a class="Identifier" href="builtin.html#sort()">sort()</a> 参照。<br>
11895+ カレントバッファのテキストの重複を削除するには、<span class="MissingTag">:uniq</span> を参照。<br>
1189511896<br>
1189611897 <span class="Special">{list}</span> が <a class="Identifier" href="eval.html#List">List</a> でない場合はゼロを返す。<br>
1189711898<br>
Original file line number Diff line number Diff line change 33helpname: 'editing'
44---
55< div id ='vimCodeElement '>
6- < a class ="Constant " href ="editing.html " name ="editing.txt "> editing.txt</ a > For < span class ="Identifier "> Vim バージョン 9.1.</ span > Last change: 2025 Jun 04 < br >
6+ < a class ="Constant " href ="editing.html " name ="editing.txt "> editing.txt</ a > For < span class ="Identifier "> Vim バージョン 9.1.</ span > Last change: 2025 Jun 25 < br >
77< br >
88< br >
99 < span class ="Identifier "> VIMリファレンスマニュアル by Bram Moolenaar</ span > < br >
13311331フィルタは、変数 b:browsefilter を設定することでバッファ毎に設定できる。< br >
13321332b:browsefilter はファイルタイププラグインで設定することが一番多いだろう。< br >
13331333するとファイルブラウザーダイアログには現在編集中のファイルのタイプに関連した候< br >
1334- 補が表示される。弊害: 別の種類のファイルの編集が始め辛くなる。これを克服するた < br >
1335- めに、以下を追加することができる < br >
1334+ 補が表示される。弊害: 別の種類のファイルの編集が始め辛くなる。これを克服するに < br >
1335+ は、Windows で最終フィルターとして以下を追加する: < br >
13361336< br >
13371337< div class ="helpExample "> All Files\t(*.*)\t*\n</ div >
13381338< br >
1339- Windows の最終フィルタとして、または< br >
1339+ または、他のプラットフォームでは以下のようにすると、ユーザーは引き続き必要な< br >
1340+ ファイルにアクセスできるようになる:< br >
13401341< br >
13411342< div class ="helpExample "> All Files\t(*)\t*\n</ div >
13421343< br >
1343- 他のプラットフォームでも、ユーザーが必要なファイルに引き続きアクセスできるよう< br >
1344- にする。< br >
13451344< br >
13461345Vim が browsefilter をサポートしていないときにそれを設定しないようにするには、< br >
1347- has("browsefilter") が使える :< br >
1346+ has("browsefilter") を使用する :< br >
13481347< br >
13491348< div class ="helpExample "> if has("browsefilter")< br >
13501349 let g:browsefilter = "whatever"< br >
Original file line number Diff line number Diff line change 33helpname: 'vimindex'
44---
55< div id ='vimCodeElement '>
6- < a class ="Constant " href ="vimindex.html " name ="index.txt "> index.txt</ a > For < span class ="Identifier "> Vim バージョン 9.1.</ span > Last change: 2025 Jun 02 < br >
6+ < a class ="Constant " href ="vimindex.html " name ="index.txt "> index.txt</ a > For < span class ="Identifier "> Vim バージョン 9.1.</ span > Last change: 2025 Jun 23 < br >
77< br >
88< br >
99 < span class ="Identifier "> VIMリファレンスマニュアル by Bram Moolenaar</ span > < br >
17441744< a class ="Identifier " href ="tagsrch.html#:stjump "> :stjump</ a > :stj[ump] ウィンドウを分割して、":tjump" を実行< br >
17451745< a class ="Identifier " href ="tagsrch.html#:stselect "> :stselect</ a > :sts[elect] ウィンドウを分割して、":tselect" を実行< br >
17461746< a class ="Identifier " href ="windows.html#:sunhide "> :sunhide</ a > :sun[hide] ":unhide" と同じ。< br >
1747+ < span class ="MissingTag "> :uniq</ span > :uni[q] 行をユニークにする< br >
17471748< a class ="Identifier " href ="map.html#:sunmap "> :sunmap</ a > :sunm[ap] ":unmap" と同様。選択モード用< br >
17481749< a class ="Identifier " href ="gui.html#:sunmenu "> :sunmenu</ a > :sunme[nu] 選択モードのメニューを削除する< br >
17491750< a class ="Identifier " href ="starting.html#:suspend "> :suspend</ a > :sus[pend] ":stop" と同じ。< br >
You can’t perform that action at this time.
0 commit comments