blob: be294a1831a5e9ea198584197ee1a94520232cba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef NVIM_MENU_H
#define NVIM_MENU_H
#include <stdbool.h> // 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
|