0
0
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:
Bram Moolenaar
2019-06-12 22:42:41 +02:00
parent 7c7f01e2b2
commit 68d48f40a4
9 changed files with 212 additions and 43 deletions

View File

@@ -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