mirror of
https://github.com/neovim/neovim.git
synced 2026-03-13 12:35:48 +00:00
15 lines
279 B
C
15 lines
279 B
C
#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
|