#ifndef NVIM_MENU_H #define NVIM_MENU_H #include // for bool #include "nvim/ex_cmds_defs.h" // for exarg_T #include "nvim/menu_defs.h" #include "nvim/types.h" // for char_u and expand_T #ifdef INCLUDE_GENERATED_DECLARATIONS # include "menu.h.generated.h" #endif #endif // NVIM_MENU_H