blob: e09004f0323cc0306443fc58445454c6153ae1f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef NVIM_INSEXPAND_H
#define NVIM_INSEXPAND_H
#include <stdbool.h>
#include "nvim/macros.h"
#include "nvim/option_defs.h"
#include "nvim/vim.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "insexpand.h.generated.h"
#endif
#endif // NVIM_INSEXPAND_H
|