aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/input.h')
-rw-r--r--src/nvim/input.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/nvim/input.h b/src/nvim/input.h
new file mode 100644
index 0000000000..7975f21215
--- /dev/null
+++ b/src/nvim/input.h
@@ -0,0 +1,9 @@
+#ifndef NVIM_INPUT_H
+#define NVIM_INPUT_H
+
+#include "nvim/vim.h"
+
+#ifdef INCLUDE_GENERATED_DECLARATIONS
+# include "input.h.generated.h"
+#endif
+#endif // NVIM_INPUT_H