blob: 164aa5edce0927231a0d6fa7ab0be9f0164fa85c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#pragma once
#include "nvim/macros.h"
#include "nvim/option_defs.h" // IWYU pragma: keep
#include "nvim/pos.h"
#include "nvim/types.h"
#include "nvim/vim.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "insexpand.h.generated.h"
#endif
|