Files
neovim/src/nvim/input.h
Björn Linse df54d82b7c 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.
2021-12-10 18:15:33 +01:00

10 lines
167 B
C

#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