Skip to content

Commit c7e81b0

Browse files
authored
Merge pull request #2080 from h-east/update-builtin
Update builtin.{txt,jax}
2 parents 12cf33a + f7d3e9a commit c7e81b0

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

doc/builtin.jax

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 May 28
1+
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Jun 02
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -4702,10 +4702,9 @@ getmousepos() *getmousepos()*
47024702
ト (スクリーン桁)。
47034703
全ての数値は 1 ベースである。
47044704

4705-
ウィンドウの上ではない場合、例えばコマンドラインの中などでは
4706-
"screenrow" と "screencol" のみが有効で、残りは 0 になる。
4707-
4708-
|tabpanel| 上の場合、"wincol" の値は 0 になる。
4705+
ウィンドウ上ではない場合、例えばコマンドライン内または
4706+
|tabpanel| 内にある場合、"screenrow" と "screencol" のみが有効
4707+
で、その他は 0 になる。
47094708

47104709
ウィンドウの下のステータスラインやウィンドウの右の垂直セパレー
47114710
ターの場合、"line" と "column" は 0 になる。
@@ -5009,6 +5008,10 @@ getregion({pos1}, {pos2} [, {opts}]) *getregion()*
50095008
- これはカレントウィンドウのコンテキストで評価されるので、バッ
50105009
ファが 'virtualedit' または 'list' の値が異なるウィンドウに
50115010
表示される場合に違いが生じる。
5011+
- 排他的な選択を指定し、{pos1} と {pos2} が等しい場合、返され
5012+
るリストには、選択が内包的であるかのように 1 つの文字が含ま
5013+
れる。これは、ビジュアルモードでの空の排他的な選択の動作と一
5014+
致させるためである。
50125015

50135016
例: >
50145017
:xnoremap <CR>

en/builtin.txt

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim version 9.1. Last change: 2025 May 28
1+
*builtin.txt* For Vim version 9.1. Last change: 2025 Jun 02
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4728,10 +4728,9 @@ getmousepos() *getmousepos()*
47284728
start of the clicked char
47294729
All numbers are 1-based.
47304730

4731-
If not over a window, e.g. when in the command line, then only
4732-
"screenrow" and "screencol" are valid, the others are zero.
4733-
4734-
When on the |tabpanel|, "wincol" value is zero.
4731+
If not over a window, e.g. when in the command line or within
4732+
|tabpanel|, then only "screenrow" and "screencol" are valid,
4733+
the others are zero.
47354734

47364735
When on the status line below a window or the vertical
47374736
separator right of a window, the "line" and "column" values
@@ -5043,6 +5042,10 @@ getregion({pos1}, {pos2} [, {opts}]) *getregion()*
50435042
- It is evaluated in current window context, which makes a
50445043
difference if the buffer is displayed in a window with
50455044
different 'virtualedit' or 'list' values.
5045+
- When specifying an exclusive selection and {pos1} and {pos2}
5046+
are equal, the returned list contains a single character as
5047+
if selection is inclusive, to match the behavior of an empty
5048+
exclusive selection in Visual mode.
50465049

50475050
Examples: >
50485051
:xnoremap <CR>

0 commit comments

Comments
 (0)