Skip to content

Commit

Permalink
Merge pull request #1749 from vim-jp/hh-update-editing
Browse files Browse the repository at this point in the history
Update editing.{txt,jax}
  • Loading branch information
h-east authored Oct 14, 2024
2 parents c7a8bad + 48c33e9 commit 63cc371
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/editing.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 はファイルタイププラグインで設定することが一番多いだろう。
Expand Down
4 changes: 2 additions & 2 deletions en/editing.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 63cc371

Please sign in to comment.