File tree Expand file tree Collapse file tree 2 files changed +21
-4
lines changed
Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 1- *windows.txt* For Vim バージョン 8.1. Last change: 2019 Jun 02
1+ *windows.txt* For Vim バージョン 8.1. Last change: 2019 Jul 18
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -886,7 +886,16 @@ CTRL-W gT *CTRL-W_gT*
886886ビューウィンドウを識別するために、プレビューウィンドウにはオプション
887887'previewwindow' がセットされる。他のウィンドウを開閉したときにも同じ高さを保つ
888888ためにオプション 'winfixheight' がセットされる。
889-
889+ *preview-popup*
890+ 代わりに、オプション 'previewpopup' を設定することによりポップアップウィンドウ
891+ を使用することができる。設定されているときは、'previewwindow' および
892+ 'previewheight' の設定は無効になる。このオプションは値をコンマで区切ったリスト
893+ である:
894+ height ポップアップの最大高さ
895+ width ポップアップの最大幅
896+ 例: >
897+ :set previewpopup=height:10,width:60
898+ <
890899 *:pta* *:ptag*
891900:pta[g][!] [tagname]
892901 ":tag[!] [tagname] " を実行し、現在のバッファまたはカーソル位置
Original file line number Diff line number Diff line change 1- *windows.txt* For Vim version 8.1. Last change: 2019 Jun 02
1+ *windows.txt* For Vim version 8.1. Last change: 2019 Jul 18
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -864,7 +864,15 @@ height of the preview window when it's opened. The 'previewwindow' option is
864864set in the preview window to be able to recognize it. The 'winfixheight'
865865option is set to have it keep the same height when opening/closing other
866866windows.
867-
867+ *preview-popup*
868+ Alternatively, a popup window can be used by setting the 'previewpopup'
869+ option. When set, it overrules the 'previewwindow' and 'previewheight'
870+ settings. The option is a comma separated list of values:
871+ height maximum height of the popup
872+ width maximum width of the popup
873+ Example: >
874+ :set previewpopup=height:10,width:60
875+ <
868876 *:pta* *:ptag*
869877:pta[g][!] [tagname]
870878 Does ":tag[!] [tagname] " and shows the found tag in a
You can’t perform that action at this time.
0 commit comments