Skip to content

Commit 8daf101

Browse files
1 parent 36fbe97 commit 8daf101

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

builtin.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
helpname: 'builtin'
44
---
55
<div id='vimCodeElement'>
6-
<a class="Constant" href="builtin.html" name="builtin.txt">builtin.txt</a>&nbsp;&nbsp; For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2025 Jun 07<br>
6+
<a class="Constant" href="builtin.html" name="builtin.txt">builtin.txt</a>&nbsp;&nbsp; For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2025 Jun 23<br>
77
<br>
88
<br>
99
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Identifier">VIMリファレンスマニュアル&nbsp;&nbsp;&nbsp;&nbsp;by Bram Moolenaar</span><br>
@@ -11892,6 +11892,7 @@
1189211892
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:let newlist = uniq(copy(mylist))</div>
1189311893
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; デフォルトの比較関数は各要素の文字列表現を使う。<span class="Special">{func}</span>&nbsp;と<br>
1189411894
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Special">{dict}</span>&nbsp;については&nbsp;<a class="Identifier" href="builtin.html#sort()">sort()</a>&nbsp;参照。<br>
11895+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;カレントバッファのテキストの重複を削除するには、<span class="MissingTag">:uniq</span>&nbsp;を参照。<br>
1189511896
<br>
1189611897
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Special">{list}</span>&nbsp;が&nbsp;<a class="Identifier" href="eval.html#List">List</a>&nbsp;でない場合はゼロを返す。<br>
1189711898
<br>

editing.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
helpname: 'editing'
44
---
55
<div id='vimCodeElement'>
6-
<a class="Constant" href="editing.html" name="editing.txt">editing.txt</a>&nbsp;&nbsp; For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2025 Jun 04<br>
6+
<a class="Constant" href="editing.html" name="editing.txt">editing.txt</a>&nbsp;&nbsp; For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2025 Jun 25<br>
77
<br>
88
<br>
99
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Identifier">VIMリファレンスマニュアル&nbsp;&nbsp;&nbsp;&nbsp;by Bram Moolenaar</span><br>
@@ -1331,20 +1331,19 @@
13311331
フィルタは、変数 b:browsefilter を設定することでバッファ毎に設定できる。<br>
13321332
b:browsefilter はファイルタイププラグインで設定することが一番多いだろう。<br>
13331333
するとファイルブラウザーダイアログには現在編集中のファイルのタイプに関連した候<br>
1334-
補が表示される。弊害: 別の種類のファイルの編集が始め辛くなる。これを克服するた<br>
1335-
めに、以下を追加することができる<br>
1334+
補が表示される。弊害: 別の種類のファイルの編集が始め辛くなる。これを克服するに<br>
1335+
は、Windows で最終フィルターとして以下を追加する:<br>
13361336
<br>
13371337
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;All Files\t(*.*)\t*\n</div>
13381338
<br>
1339-
Windows の最終フィルタとして、または<br>
1339+
または、他のプラットフォームでは以下のようにすると、ユーザーは引き続き必要な<br>
1340+
ファイルにアクセスできるようになる:<br>
13401341
<br>
13411342
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;All Files\t(*)\t*\n</div>
13421343
<br>
1343-
他のプラットフォームでも、ユーザーが必要なファイルに引き続きアクセスできるよう<br>
1344-
にする。<br>
13451344
<br>
13461345
Vim が browsefilter をサポートしていないときにそれを設定しないようにするには、<br>
1347-
has(&quot;browsefilter&quot;) が使える:<br>
1346+
has(&quot;browsefilter&quot;) を使用する:<br>
13481347
<br>
13491348
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if has(&quot;browsefilter&quot;)<br>
13501349
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; let g:browsefilter = &quot;whatever&quot;<br>

vimindex.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
helpname: 'vimindex'
44
---
55
<div id='vimCodeElement'>
6-
<a class="Constant" href="vimindex.html" name="index.txt">index.txt</a>&nbsp;&nbsp;&nbsp;&nbsp; For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2025 Jun 02<br>
6+
<a class="Constant" href="vimindex.html" name="index.txt">index.txt</a>&nbsp;&nbsp;&nbsp;&nbsp; For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2025 Jun 23<br>
77
<br>
88
<br>
99
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Identifier">VIMリファレンスマニュアル&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; by Bram Moolenaar</span><br>
@@ -1744,6 +1744,7 @@
17441744
<a class="Identifier" href="tagsrch.html#:stjump">:stjump</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :stj[ump]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ウィンドウを分割して、&quot;:tjump&quot; を実行<br>
17451745
<a class="Identifier" href="tagsrch.html#:stselect">:stselect</a>&nbsp;&nbsp;&nbsp;&nbsp; :sts[elect]&nbsp;&nbsp;&nbsp;&nbsp; ウィンドウを分割して、&quot;:tselect&quot; を実行<br>
17461746
<a class="Identifier" href="windows.html#:sunhide">:sunhide</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:sun[hide]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;:unhide&quot; と同じ。<br>
1747+
<span class="MissingTag">:uniq</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :uni[q]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 行をユニークにする<br>
17471748
<a class="Identifier" href="map.html#:sunmap">:sunmap</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :sunm[ap]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;:unmap&quot; と同様。選択モード用<br>
17481749
<a class="Identifier" href="gui.html#:sunmenu">:sunmenu</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:sunme[nu]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;選択モードのメニューを削除する<br>
17491750
<a class="Identifier" href="starting.html#:suspend">:suspend</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:sus[pend]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;:stop&quot; と同じ。<br>

0 commit comments

Comments
 (0)