blob: 1e7c85b2ba5baa32c44e150548179e517db951d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef NVIM_EX_CMDS_H
#define NVIM_EX_CMDS_H
#include <stdbool.h>
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "ex_cmds.h.generated.h"
#endif
#endif // NVIM_EX_CMDS_H
|