blob: 3a30733b0c8cd0aa9949b9156778f55568299ab7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef NVIM_OPS_H
#define NVIM_OPS_H
#include "nvim/func_attr.h"
#include "nvim/types.h"
typedef int (*Indenter)(void);
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "ops.h.generated.h"
#endif
#endif // NVIM_OPS_H
|