Files
neovim/src/nvim/digraph.h

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