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