blob: 21e11392eea96dc1c383d6e6196a682c90c48fed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef NVIM_HELP_H
#define NVIM_HELP_H
#include <stdbool.h>
#include "nvim/ex_cmds_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "help.h.generated.h"
#endif
#endif // NVIM_HELP_H
|