Neovim Home
src
nvim
sign.h
Go to the documentation of this file.
1
#ifndef NVIM_SIGN_H
2
#define NVIM_SIGN_H
3
4
#include <stdbool.h>
5
6
#include "
nvim/buffer_defs.h
"
7
#include "
nvim/eval/funcs.h
"
8
#include "
nvim/ex_cmds_defs.h
"
9
#include "
nvim/sign_defs.h
"
10
11
12
#ifdef INCLUDE_GENERATED_DECLARATIONS
13
# include "sign.h.generated.h"
14
#endif
15
#endif // NVIM_SIGN_H
sign_defs.h
ex_cmds_defs.h
buffer_defs.h
funcs.h