mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Macro cleanup: FEAT_GUI_MSWIN
This commit is contained in:
parent
9b58fc6986
commit
28d39db171
@ -1320,8 +1320,7 @@ void ex_emenu(exarg_T *eap)
|
||||
EMSG2(_("E335: Menu not defined for %s mode"), mode);
|
||||
}
|
||||
|
||||
#if defined(FEAT_GUI_MSWIN) \
|
||||
|| defined(FEAT_BEVAL_TIP)
|
||||
#if defined(FEAT_BEVAL_TIP)
|
||||
/*
|
||||
* Given a menu descriptor, e.g. "File.New", find it in the menu hierarchy.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user