Skip to content

Commit fe21af0

Browse files
committed
Update map.{txt,jax}
1 parent de4e90c commit fe21af0

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

doc/map.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*map.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12
1+
*map.txt* For Vim バージョン 9.1. Last change: 2025 Nov 07
22

33

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

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

17401740

17411741
特殊なケース ~

en/map.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*map.txt* For Vim version 9.1. Last change: 2025 Oct 12
1+
*map.txt* For Vim version 9.1. Last change: 2025 Nov 07
22

33

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

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

17671766

17681767
Special cases ~

0 commit comments

Comments
 (0)