mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
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:
9
src/nvim/input.h
Normal file
9
src/nvim/input.h
Normal 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
|
Reference in New Issue
Block a user