Skip to content

Commit 8a75d39

Browse files
authored
Merge pull request #2088 from h-east/update-usr_22
Update usr_22.{txt,jax}
2 parents 36d9934 + 4d02f84 commit 8a75d39

File tree

2 files changed

+40
-37
lines changed

2 files changed

+40
-37
lines changed

doc/usr_22.jax

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_22.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
1+
*usr_22.txt* For Vim バージョン 9.1. Last change: 2025 Jun 04
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -26,24 +26,25 @@
2626
2727
:edit .
2828
29-
自動コマンドと Vim script の魔法により、ディレクトリの内容がウィンドウに表
30-
示されます。例えばこんな具合です:
31-
32-
" ============================================================================ ~
33-
" Netrw Directory Listing (netrw v109) ~
34-
" Sorted by name ~
35-
" Sort sequence: [\/]$,\.h$,\.c$,\.cpp$,*,\.info$,\.swp$,\.o$\.obj$,\.bak$ ~
36-
" Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by x:exec ~
37-
" ============================================================================ ~
38-
../ ~
39-
./ ~
40-
check/ ~
41-
Makefile ~
42-
autocmd.txt ~
43-
change.txt ~
44-
eval.txt ~
45-
filetype.txt ~
46-
help.txt.info ~
29+
自動コマンドと Vim script の魔法により、ディレクトリの内容がウィンドウに表示さ
30+
れます。例えばこんな具合です (80 文字以内に収まるように少し整理されています): >
31+
32+
" ===========================================================================
33+
" Netrw Directory Listing (netrw v180)
34+
" /path/to/vim/runtime/doc
35+
" Sorted by name
36+
" Sort sequence: [\/]$,*,\(\.bak\|\~\|\.o\|\.h\|\.info\|\.swp\)[*@]\=$
37+
" Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by x:special
38+
" ===========================================================================
39+
../
40+
./
41+
check/
42+
Makefile
43+
autocmd.txt
44+
change.txt
45+
eval.txt
46+
filetype.txt
47+
help.txt.info
4748
4849
次の項目が表示されます:
4950

en/usr_22.txt

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_22.txt* For Vim version 9.1. Last change: 2024 Oct 05
1+
*usr_22.txt* For Vim version 9.1. Last change: 2025 Jun 04
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -27,23 +27,25 @@ Vim has a plugin that makes it possible to edit a directory. Try this: >
2727
:edit .
2828
2929
Through the magic of autocommands and Vim scripts, the window will be filled
30-
with the contents of the directory. It looks like this:
31-
32-
" ============================================================================ ~
33-
" Netrw Directory Listing (netrw v109) ~
34-
" Sorted by name ~
35-
" Sort sequence: [\/]$,\.h$,\.c$,\.cpp$,*,\.info$,\.swp$,\.o$\.obj$,\.bak$ ~
36-
" Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by x:exec ~
37-
" ============================================================================ ~
38-
../ ~
39-
./ ~
40-
check/ ~
41-
Makefile ~
42-
autocmd.txt ~
43-
change.txt ~
44-
eval.txt ~
45-
filetype.txt ~
46-
help.txt.info ~
30+
with the contents of the directory. It looks like this (slightly cleaned up
31+
so that it fits within 80 chars): >
32+
33+
" ===========================================================================
34+
" Netrw Directory Listing (netrw v180)
35+
" /path/to/vim/runtime/doc
36+
" Sorted by name
37+
" Sort sequence: [\/]$,*,\(\.bak\|\~\|\.o\|\.h\|\.info\|\.swp\)[*@]\=$
38+
" Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by x:special
39+
" ===========================================================================
40+
../
41+
./
42+
check/
43+
Makefile
44+
autocmd.txt
45+
change.txt
46+
eval.txt
47+
filetype.txt
48+
help.txt.info
4749
4850
You can see these items:
4951

0 commit comments

Comments
 (0)