diff --git a/doc/editing.jax b/doc/editing.jax index 14a51e4cd..5d09dde10 100644 --- a/doc/editing.jax +++ b/doc/editing.jax @@ -1,4 +1,4 @@ -*editing.txt* For Vim バージョン 9.1. Last change: 2024 Jul 10 +*editing.txt* For Vim バージョン 9.1. Last change: 2024 Oct 13 VIMリファレンスマニュアル by Bram Moolenaar @@ -1311,7 +1311,7 @@ Motif上のVimでは同じ書式が使えるが、実際には1番目のパタ 例えばダイアログでVim関連ファイルだけを表示するには、以下のコマンドを使う。 > - let g:browsefilter = "Vim Scripts\t*.vim\nVim Startup Files\t*vimrc\n" + let g:browsefilter = "Vim scripts\t*.vim\nVim Startup Files\t*vimrc\n" フィルタは、変数 b:browsefilter を設定することでバッファ毎に設定できる。 b:browsefilter はファイルタイププラグインで設定することが一番多いだろう。 diff --git a/en/editing.txt b/en/editing.txt index 4d477cff8..6f004bb25 100644 --- a/en/editing.txt +++ b/en/editing.txt @@ -1,4 +1,4 @@ -*editing.txt* For Vim version 9.1. Last change: 2024 Jul 10 +*editing.txt* For Vim version 9.1. Last change: 2024 Oct 13 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1325,7 +1325,7 @@ used (Motif only offers one pattern, but you can edit it). For example, to have only Vim files in the dialog, you could use the following command: > - let g:browsefilter = "Vim Scripts\t*.vim\nVim Startup Files\t*vimrc\n" + let g:browsefilter = "Vim scripts\t*.vim\nVim Startup Files\t*vimrc\n" You can override the filter setting on a per-buffer basis by setting the b:browsefilter variable. You would most likely set b:browsefilter in a