mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 19:18:34 +00:00
10 lines
212 B
C
10 lines
212 B
C
#ifndef NVIM_API_VIMSCRIPT_H
|
|
#define NVIM_API_VIMSCRIPT_H
|
|
|
|
#include "nvim/api/private/defs.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "api/vimscript.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_API_VIMSCRIPT_H
|