File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- *popup.txt* For Vim バージョン 9.1. Last change: 2025 Jan 08
1+ *popup.txt* For Vim バージョン 9.1. Last change: 2025 Feb 20
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -512,8 +512,8 @@ popup_menu({what}, {options}) *popup_menu()*
512512 \ filter: 'popup_filter_menu',
513513 \ mapping: 0,
514514 \ })
515- < 現在行は、"PopupSelected" を使用してマッチでハイライトされる。
516- 未定義の場合は、 | PmenuSel | が使われる 。
515+ < 現在行は、デフォルトで "PmenuSel" にリンクされている
516+ | hl-PopupSelected | を使用してマッチでハイライトされる 。
517517
518518 プロパティを変更するには {options} を使用する。少なくとも
519519 "callback" を選択された項目を扱う関数に設定するべきである。
@@ -568,8 +568,8 @@ popup_notification({what}, {options}) *popup_notification()*
568568 \ close: 'click',
569569 \ padding: [0,1,0,1],
570570 \ })
571- < PopupNotification ハイライトグループが定義されている場合は、
572- WarningMsg の代わりに使用される。
571+ < | hl- PopupNotification| ハイライトグループが定義されている場合
572+ は、 WarningMsg の代わりに使用される。
573573
574574 | +timers | 機能なしだと、ポップアップは自動的に消えない。ユー
575575 ザーはクリックする必要がある。
Original file line number Diff line number Diff line change 1- *popup.txt* For Vim version 9.1. Last change: 2025 Jan 08
1+ *popup.txt* For Vim version 9.1. Last change: 2025 Feb 20
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -504,7 +504,7 @@ popup_menu({what}, {options}) *popup_menu()*
504504 \ mapping: 0,
505505 \ })
506506< The current line is highlighted with a match using
507- " PopupSelected", or "PmenuSel" if that is not defined .
507+ | hl- PopupSelected| which is linked to "PmenuSel" by default .
508508
509509 Use {options} to change the properties. Should at least set
510510 "callback" to a function that handles the selected item.
@@ -559,7 +559,7 @@ popup_notification({what}, {options}) *popup_notification()*
559559 \ close: 'click',
560560 \ padding: [0,1,0,1],
561561 \ })
562- < The PopupNotification highlight group is used instead of
562+ < The | hl- PopupNotification| highlight group is used instead of
563563 WarningMsg if it is defined.
564564
565565 Without the | +timers | feature the popup will not disappear
You can’t perform that action at this time.
0 commit comments