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
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -2051,6 +2051,7 @@ complete_info([{what}]) *complete_info()*
20512051 "omni" オムニ補完 |i_CTRL-X_CTRL-O|
20522052 "spell" スペル補完 |i_CTRL-X_s|
20532053 "eval" |complete()| 補完
2054+ "register" レジスタからの単語 |i_CTRL-X_CTRL-R|
20542055 "unknown" その他の内部モード
20552056
20562057 オプショナル引数としてリスト {what} が与えられると、 {what} に
@@ -4704,6 +4705,8 @@ getmousepos() *getmousepos()*
47044705 ウィンドウの上ではない場合、例えばコマンドラインの中などでは
47054706 "screenrow" と "screencol" のみが有効で、残りは 0 になる。
47064707
4708+ |tabpanel| 上の場合、"wincol" の値は 0 になる。
4709+
47074710 ウィンドウの下のステータスラインやウィンドウの右の垂直セパレー
47084711 ターの場合、"line" と "column" は 0 になる。
47094712
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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2007,6 +2007,7 @@ complete_info([{what}]) *complete_info()*
20072007 "omni" Omni completion | i_CTRL-X_CTRL-O |
20082008 "spell" Spelling suggestions | i_CTRL-X_s |
20092009 "eval" | complete() | completion
2010+ "register" Words from registers | i_CTRL-X_CTRL-R |
20102011 "unknown" Other internal modes
20112012
20122013 If the optional {what} list argument is supplied, then only
@@ -4730,6 +4731,8 @@ getmousepos() *getmousepos()*
47304731 If not over a window, e.g. when in the command line, then only
47314732 "screenrow" and "screencol" are valid, the others are zero.
47324733
4734+ When on the | tabpanel | , "wincol" value is zero.
4735+
47334736 When on the status line below a window or the vertical
47344737 separator right of a window, the "line" and "column" values
47354738 are zero.
You can’t perform that action at this time.
0 commit comments