blob: 8d7a98d270cedcdcc67b8b6dbef52076785a7d85 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef NVIM_MENU_H
#define NVIM_MENU_H
#include <stdbool.h>
#include "nvim/cmdexpand_defs.h"
#include "nvim/ex_cmds_defs.h"
#include "nvim/menu_defs.h"
#include "nvim/types.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "menu.h.generated.h"
#endif
#endif // NVIM_MENU_H
|