mirror of
https://github.com/neovim/neovim.git
synced 2025-09-10 21:38:19 +00:00
12 lines
237 B
C
12 lines
237 B
C
#ifndef NVIM_DIGRAPH_H
|
|
#define NVIM_DIGRAPH_H
|
|
|
|
#include "nvim/eval/funcs.h"
|
|
#include "nvim/ex_cmds_defs.h"
|
|
#include "nvim/types.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "digraph.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_DIGRAPH_H
|