File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- *editing.txt* For Vim バージョン 9.1. Last change: 2024 Jul 10
1+ *editing.txt* For Vim バージョン 9.1. Last change: 2024 Oct 13
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -1311,7 +1311,7 @@ Motif上のVimでは同じ書式が使えるが、実際には1番目のパタ
13111311
13121312例えばダイアログでVim関連ファイルだけを表示するには、以下のコマンドを使う。 >
13131313
1314- let g:browsefilter = "Vim Scripts \t*.vim\nVim Startup Files\t*vimrc\n"
1314+ let g:browsefilter = "Vim scripts \t*.vim\nVim Startup Files\t*vimrc\n"
13151315
13161316 フィルタは、変数 b:browsefilter を設定することでバッファ毎に設定できる。
13171317b:browsefilter はファイルタイププラグインで設定することが一番多いだろう。
Original file line number Diff line number Diff line change 1- *editing.txt* For Vim version 9.1. Last change: 2024 Jul 10
1+ *editing.txt* For Vim version 9.1. Last change: 2024 Oct 13
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1325,7 +1325,7 @@ used (Motif only offers one pattern, but you can edit it).
13251325For example, to have only Vim files in the dialog, you could use the following
13261326command: >
13271327
1328- let g:browsefilter = "Vim Scripts \t*.vim\nVim Startup Files\t*vimrc\n"
1328+ let g:browsefilter = "Vim scripts \t*.vim\nVim Startup Files\t*vimrc\n"
13291329
13301330 You can override the filter setting on a per-buffer basis by setting the
13311331b:browsefilter variable. You would most likely set b:browsefilter in a
You can’t perform that action at this time.
0 commit comments