mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
10 lines
188 B
C
10 lines
188 B
C
#ifndef NVIM_API_VIM_H
|
|
#define NVIM_API_VIM_H
|
|
|
|
#include "nvim/api/private/defs.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "api/vim.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_API_VIM_H
|