mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00

Possibly dialog code is messages.c could be moved here as well. misc1.c is now empty, so delete it.
10 lines
167 B
C
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
|