refactor(misc1): move out high-level input functions to a new file: input.c

Possibly dialog code is messages.c could be moved here as well.
misc1.c is now empty, so delete it.
This commit is contained in:
Björn Linse
2021-12-10 18:05:49 +01:00
parent dc37beed75
commit df54d82b7c
64 changed files with 67 additions and 167 deletions

9
src/nvim/input.h Normal file
View File

@@ -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