mirror of
https://github.com/vim/vim.git
synced 2025-10-13 06:54:15 -04:00
patch 8.1.1561: popup_setoptions() is not implemented yet
Problem: Popup_setoptions() is not implemented yet. Solution: Implement popup_setoptions(). Also add more fields to popup_getoptions().
This commit is contained in:
@@ -824,6 +824,7 @@ static struct fst
|
||||
{"popup_menu", 2, 2, f_popup_menu},
|
||||
{"popup_move", 2, 2, f_popup_move},
|
||||
{"popup_notification", 2, 2, f_popup_notification},
|
||||
{"popup_setoptions", 2, 2, f_popup_setoptions},
|
||||
{"popup_settext", 2, 2, f_popup_settext},
|
||||
{"popup_show", 1, 1, f_popup_show},
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user