aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/menu.h
blob: 32959cf35fddd3b07d13c184d232ff512cd06ea2 (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>

#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