Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 2 additions & 1 deletion doc/options.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim バージョン 9.2. Last change: 2026 May 08
*options.txt* For Vim バージョン 9.2. Last change: 2026 May 10


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -6261,6 +6261,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
'filetype'
'foldcolumn'
'foldenable'
'foldmarker'
'foldmethod'
'modifiable'
'readonly'
Expand Down
2 changes: 2 additions & 0 deletions doc/pi_netrw.jax
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,8 @@ QUICK HELP *netrw-quickhelp* {{{2

mb
<
Note: ブックマークされたパスは正規化され、絶対パスとして保存される。

*.netrwbook*
ブックマークは、Vim のセッションの間 .netrwbook というファイル内に |List| とし
て保持されます。これは通常ユーザーの '|runtimepath|' の最初のディレクトリ内に
Expand Down
3 changes: 2 additions & 1 deletion en/options.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim version 9.2. Last change: 2026 May 08
*options.txt* For Vim version 9.2. Last change: 2026 May 10


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -6216,6 +6216,7 @@ A jump table for the options with a short description can be found at |Q_op|.
'filetype'
'foldcolumn'
'foldenable'
'foldmarker'
'foldmethod'
'modifiable'
'readonly'
Expand Down
2 changes: 2 additions & 0 deletions en/pi_netrw.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,8 @@ One may easily "bookmark" the currently browsed directory by using >

mb
<
Note: Bookmarked paths are normalized and stored as absolute paths.

*.netrwbook*
Bookmarks are retained in between sessions of vim in a file called .netrwbook
as a |List|, which is typically stored in the first directory on the user's
Expand Down