Skip to content

Commit b617ef4

Browse files
1 parent a31a27c commit b617ef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editing.html

Lines changed: 2 additions & 2 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: 2024 Jul 10<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: 2024 Oct 13<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>
@@ -1316,7 +1316,7 @@
13161316
<br>
13171317
例えばダイアログでVim関連ファイルだけを表示するには、以下のコマンドを使う。&nbsp;&gt;<br>
13181318
<br>
1319-
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp; let g:browsefilter = &quot;Vim Scripts\t*.vim\nVim Startup Files\t*vimrc\n&quot;</div>
1319+
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp; let g:browsefilter = &quot;Vim scripts\t*.vim\nVim Startup Files\t*vimrc\n&quot;</div>
13201320
<br>
13211321
フィルタは、変数 b:browsefilter を設定することでバッファ毎に設定できる。<br>
13221322
b:browsefilter はファイルタイププラグインで設定することが一番多いだろう。<br>

0 commit comments

Comments
 (0)