aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fold.h
blob: cf44cf14c3952f3bf61a1f1933bc0d93103905d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef NVIM_FOLD_H
#define NVIM_FOLD_H

#include <stdio.h>

#include "nvim/buffer_defs.h"
#include "nvim/garray.h"
#include "nvim/macros.h"
#include "nvim/pos.h"
#include "nvim/types.h"

EXTERN int disable_fold_update INIT(= 0);

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "fold.h.generated.h"
#endif
#endif  // NVIM_FOLD_H