aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.h
blob: eecf2075aa47b2e66fa59c6345ac26c699f16fd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef NVIM_OPS_H
#define NVIM_OPS_H

#include <stdbool.h>

#include "nvim/types.h"

typedef int (*Indenter)(void);

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "ops.h.generated.h"
#endif
#endif  // NVIM_OPS_H