mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38:17 +00:00

Drops comments `// for …` that do not pass linter for them being unmaintainable and fast to becoming incomplete or even incorrect. Mention @dedmass
11 lines
208 B
C
11 lines
208 B
C
#ifndef NVIM_DIGRAPH_H
|
|
#define NVIM_DIGRAPH_H
|
|
|
|
#include "nvim/types.h"
|
|
#include "nvim/ex_cmds_defs.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "digraph.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_DIGRAPH_H
|