blob: 9d8327e6eb992fd7dbc3f8bc9901342fe45f9c19 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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
|