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
6 changes: 3 additions & 3 deletions doc/map.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*map.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12
*map.txt* For Vim バージョン 9.1. Last change: 2025 Nov 07


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1727,15 +1727,15 @@ Note: -range=Nと-count=Nは相互に排他的であるということに注意
タブページに関連付けすることができます。

次の値を利用できます (2列目は一覧表示で使われる短い名前です):
-addr=lines 行 (-range のデフォルトです)
-addr=lines 行 (-range のデフォルト)
-addr=arguments arg 引数
-addr=buffers buf バッファ (ロードされていないバッファも)
-addr=loaded_buffers load ロードされたバッファ
-addr=windows win ウィンドウ
-addr=tabs tab タブページ
-addr=quickfix qf quickfix のエントリ
-addr=other ? 他の種類の範囲; "lines" をつけるのと同様に".",
"$", "%" が使えます (-count のデフォルトです)
"$", "%" が使えます (-count のデフォルト)


特殊なケース ~
Expand Down
7 changes: 3 additions & 4 deletions en/map.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*map.txt* For Vim version 9.1. Last change: 2025 Oct 12
*map.txt* For Vim version 9.1. Last change: 2025 Nov 07


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1753,16 +1753,15 @@ by default correspond to the current line, last line and the whole buffer,
relate to arguments, (loaded) buffers, windows or tab pages.

Possible values are (second column is the short name used in listing):
-addr=lines Range of lines (this is the default for -range)
-addr=lines Range of lines (the default for -range)
-addr=arguments arg Range for arguments
-addr=buffers buf Range for buffers (also not loaded buffers)
-addr=loaded_buffers load Range for loaded buffers
-addr=windows win Range for windows
-addr=tabs tab Range for tab pages
-addr=quickfix qf Range for quickfix entries
-addr=other ? Other kind of range; can use ".", "$" and "%"
as with "lines" (this is the default for
-count)
as with "lines" (the default for -count)


Special cases ~
Expand Down