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);
|
EMSG2(_("E335: Menu not defined for %s mode"), mode);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(FEAT_GUI_MSWIN) \
|
#if defined(FEAT_BEVAL_TIP)
|
||||||
|| defined(FEAT_BEVAL_TIP)
|
|
||||||
/*
|
/*
|
||||||
* Given a menu descriptor, e.g. "File.New", find it in the menu hierarchy.
|
* Given a menu descriptor, e.g. "File.New", find it in the menu hierarchy.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user