Skip to content

Commit 63cc371

Browse files
authored
Merge pull request #1749 from vim-jp/hh-update-editing
Update editing.{txt,jax}
2 parents c7a8bad + 48c33e9 commit 63cc371

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/editing.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 を設定することでバッファ毎に設定できる。
13171317
b:browsefilter はファイルタイププラグインで設定することが一番多いだろう。

en/editing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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).
13251325
For example, to have only Vim files in the dialog, you could use the following
13261326
command: >
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
13311331
b:browsefilter variable. You would most likely set b:browsefilter in a

0 commit comments

Comments
 (0)