aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/digraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/digraph.h')
-rw-r--r--src/nvim/digraph.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/nvim/digraph.h b/src/nvim/digraph.h
index afeaa49ec6..11a836c44b 100644
--- a/src/nvim/digraph.h
+++ b/src/nvim/digraph.h
@@ -1,12 +1,8 @@
#ifndef NVIM_DIGRAPH_H
#define NVIM_DIGRAPH_H
-int do_digraph(int c);
-int get_digraph(int cmdline);
-int getdigraph(int char1, int char2, int meta_char);
-void putdigraph(char_u *str);
-void listdigraphs(void);
-char_u *keymap_init(void);
-void ex_loadkeymap(exarg_T *eap);
+#ifdef INCLUDE_GENERATED_DECLARATIONS
+# include "digraph.h.generated.h"
+#endif
#endif // NVIM_DIGRAPH_H