diff --git a/doc/map.jax b/doc/map.jax index 3a81ad224..a3cc74644 100644 --- a/doc/map.jax +++ b/doc/map.jax @@ -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 @@ -1727,7 +1727,7 @@ Note: -range=Nと-count=Nは相互に排他的であるということに注意 タブページに関連付けすることができます。 次の値を利用できます (2列目は一覧表示で使われる短い名前です): - -addr=lines 行 (-range のデフォルトです) + -addr=lines 行 (-range のデフォルト) -addr=arguments arg 引数 -addr=buffers buf バッファ (ロードされていないバッファも) -addr=loaded_buffers load ロードされたバッファ @@ -1735,7 +1735,7 @@ Note: -range=Nと-count=Nは相互に排他的であるということに注意 -addr=tabs tab タブページ -addr=quickfix qf quickfix のエントリ -addr=other ? 他の種類の範囲; "lines" をつけるのと同様に".", - "$", "%" が使えます (-count のデフォルトです) + "$", "%" が使えます (-count のデフォルト) 特殊なケース ~ diff --git a/en/map.txt b/en/map.txt index 98ac3e118..ac8f177f2 100644 --- a/en/map.txt +++ b/en/map.txt @@ -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 @@ -1753,7 +1753,7 @@ 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 @@ -1761,8 +1761,7 @@ Possible values are (second column is the short name used in listing): -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 ~