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