Skip to content

Commit

Permalink
Generated by GitHub workflow 7676663711
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 27, 2024
1 parent a089785 commit 18b241d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions editing.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
helpname: 'editing'
---
<div id='vimCodeElement'>
<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: 2023 Sep 27<br>
<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 Jan 14<br>
<br>
<br>
&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>
Expand Down Expand Up @@ -1321,8 +1321,9 @@
b:browsefilter はファイルタイププラグインで設定することが一番多いだろう。<br>
するとファイルブラウザーダイアログには現在編集中のファイルのタイプに関連した候<br>
補が表示される。弊害: 別の種類のファイルの編集が始め辛くなる。対策は、フィルタ<br>
の最後の項目に &quot;All Files\t*.*\n&quot; を加え、ユーザーが望みのファイルにアクセスで<br>
きる道を残すことだ。<br>
の最後の項目に Windows では &quot;All Files (*.*)\t*\n&quot; を、他のプラットフォームで<br>
は &quot;All Files (*)\t*\n&quot; を加え、ユーザーが望みのファイルにアクセスできる道を残<br>
すことだ。<br>
<br>
Vim が browsefilter をサポートしていないときにそれを設定しないようにするには、<br>
has(&quot;browsefilter&quot;) が使える:<br>
Expand Down

0 comments on commit 18b241d

Please sign in to comment.