Skip to content

Update usr_22.{txt,jax} #2088

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 8, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 20 additions & 19 deletions doc/usr_22.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_22.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
*usr_22.txt* For Vim バージョン 9.1. Last change: 2025 Jun 04

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -26,24 +26,25 @@

:edit .

自動コマンドと Vim script の魔法により、ディレクトリの内容がウィンドウに表
示されます。例えばこんな具合です:

" ============================================================================ ~
" Netrw Directory Listing (netrw v109) ~
" Sorted by name ~
" Sort sequence: [\/]$,\.h$,\.c$,\.cpp$,*,\.info$,\.swp$,\.o$\.obj$,\.bak$ ~
" Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by x:exec ~
" ============================================================================ ~
../ ~
./ ~
check/ ~
Makefile ~
autocmd.txt ~
change.txt ~
eval.txt ~
filetype.txt ~
help.txt.info ~
自動コマンドと Vim script の魔法により、ディレクトリの内容がウィンドウに表示さ
れます。例えばこんな具合です(80 文字以内に収まるように少し整理されています): >

" ===========================================================================
" Netrw Directory Listing (netrw v180)
" /path/to/vim/runtime/doc
" Sorted by name
" Sort sequence: [\/]$,*,\(\.bak\|\~\|\.o\|\.h\|\.info\|\.swp\)[*@]\=$
" Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by x:special
" ===========================================================================
../
./
check/
Makefile
autocmd.txt
change.txt
eval.txt
filetype.txt
help.txt.info

次の項目が表示されます:

Expand Down
38 changes: 20 additions & 18 deletions en/usr_22.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_22.txt* For Vim version 9.1. Last change: 2024 Oct 05
*usr_22.txt* For Vim version 9.1. Last change: 2025 Jun 04

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -27,23 +27,25 @@ Vim has a plugin that makes it possible to edit a directory. Try this: >
:edit .

Through the magic of autocommands and Vim scripts, the window will be filled
with the contents of the directory. It looks like this:

" ============================================================================ ~
" Netrw Directory Listing (netrw v109) ~
" Sorted by name ~
" Sort sequence: [\/]$,\.h$,\.c$,\.cpp$,*,\.info$,\.swp$,\.o$\.obj$,\.bak$ ~
" Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by x:exec ~
" ============================================================================ ~
../ ~
./ ~
check/ ~
Makefile ~
autocmd.txt ~
change.txt ~
eval.txt ~
filetype.txt ~
help.txt.info ~
with the contents of the directory. It looks like this (slightly cleaned up
so that it fits within 80 chars): >

" ===========================================================================
" Netrw Directory Listing (netrw v180)
" /path/to/vim/runtime/doc
" Sorted by name
" Sort sequence: [\/]$,*,\(\.bak\|\~\|\.o\|\.h\|\.info\|\.swp\)[*@]\=$
" Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by x:special
" ===========================================================================
../
./
check/
Makefile
autocmd.txt
change.txt
eval.txt
filetype.txt
help.txt.info

You can see these items:

Expand Down