aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/input.h
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2021-12-10 23:38:00 +0100
committerGitHub <noreply@github.com>2021-12-10 23:38:00 +0100
commit3f8703093de56254ffdbf8ef6ddbe7942af54257 (patch)
tree3261cb4da5542e767c386129f436c21bdcf78be6 /src/nvim/input.h
parent53c95ccd1bb63c89afca18f86d38aba26f5ec90d (diff)
parentdf54d82b7c98ae5b1608c56e0dc216d77ebb3101 (diff)
downloadrneovim-3f8703093de56254ffdbf8ef6ddbe7942af54257.tar.gz
rneovim-3f8703093de56254ffdbf8ef6ddbe7942af54257.tar.bz2
rneovim-3f8703093de56254ffdbf8ef6ddbe7942af54257.zip
Merge pull request #16607 from bfredl/no2misc1
refactor: get rid of misc1.c ("functions that didn't seem to fit elsewhere")
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