mirror of
https://github.com/vim/vim.git
synced 2025-10-13 06:54:15 -04:00
patch 8.1.1522: poup_notification() not implemented yet
Problem: Popup_notification() not implemented yet. Solution: Implement it.
This commit is contained in:
@@ -819,6 +819,7 @@ static struct fst
|
||||
{"popup_getpos", 1, 1, f_popup_getpos},
|
||||
{"popup_hide", 1, 1, f_popup_hide},
|
||||
{"popup_move", 2, 2, f_popup_move},
|
||||
{"popup_notification", 2, 2, f_popup_notification},
|
||||
{"popup_show", 1, 1, f_popup_show},
|
||||
#endif
|
||||
#ifdef FEAT_FLOAT
|
||||
|
Reference in New Issue
Block a user