diff options
Diffstat (limited to 'src/nvim/textformat.h')
-rw-r--r-- | src/nvim/textformat.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/nvim/textformat.h b/src/nvim/textformat.h new file mode 100644 index 0000000000..9d8327e6eb --- /dev/null +++ b/src/nvim/textformat.h @@ -0,0 +1,12 @@ +#ifndef NVIM_TEXTFORMAT_H +#define NVIM_TEXTFORMAT_H + +#include <stdbool.h> + +#include "nvim/normal.h" // for oparg_T +#include "nvim/pos.h" // for linenr_T + +#ifdef INCLUDE_GENERATED_DECLARATIONS +# include "textformat.h.generated.h" +#endif +#endif // NVIM_TEXTFORMAT_H |