File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- *builtin.txt* For Vim バージョン 9.1. Last change: 2025 May 09
1
+ *builtin.txt* For Vim バージョン 9.1. Last change: 2025 May 28
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2051,6 +2051,7 @@ complete_info([{what}]) *complete_info()*
2051
2051
"omni" オムニ補完 |i_CTRL-X_CTRL-O|
2052
2052
"spell" スペル補完 |i_CTRL-X_s|
2053
2053
"eval" |complete()| 補完
2054
+ "register" レジスタからの単語 |i_CTRL-X_CTRL-R|
2054
2055
"unknown" その他の内部モード
2055
2056
2056
2057
オプショナル引数としてリスト {what} が与えられると、 {what} に
@@ -4704,6 +4705,8 @@ getmousepos() *getmousepos()*
4704
4705
ウィンドウの上ではない場合、例えばコマンドラインの中などでは
4705
4706
"screenrow" と "screencol" のみが有効で、残りは 0 になる。
4706
4707
4708
+ |tabpanel| 上の場合、"wincol" の値は 0 になる。
4709
+
4707
4710
ウィンドウの下のステータスラインやウィンドウの右の垂直セパレー
4708
4711
ターの場合、"line" と "column" は 0 になる。
4709
4712
Original file line number Diff line number Diff line change 1
- *builtin.txt* For Vim version 9.1. Last change: 2025 May 09
1
+ *builtin.txt* For Vim version 9.1. Last change: 2025 May 28
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2007,6 +2007,7 @@ complete_info([{what}]) *complete_info()*
2007
2007
"omni" Omni completion | i_CTRL-X_CTRL-O |
2008
2008
"spell" Spelling suggestions | i_CTRL-X_s |
2009
2009
"eval" | complete() | completion
2010
+ "register" Words from registers | i_CTRL-X_CTRL-R |
2010
2011
"unknown" Other internal modes
2011
2012
2012
2013
If the optional {what} list argument is supplied, then only
@@ -4730,6 +4731,8 @@ getmousepos() *getmousepos()*
4730
4731
If not over a window, e.g. when in the command line, then only
4731
4732
"screenrow" and "screencol" are valid, the others are zero.
4732
4733
4734
+ When on the | tabpanel | , "wincol" value is zero.
4735
+
4733
4736
When on the status line below a window or the vertical
4734
4737
separator right of a window, the "line" and "column" values
4735
4738
are zero.
You can’t perform that action at this time.
0 commit comments