mirror of
https://github.com/neovim/neovim.git
synced 2025-09-10 21:38:19 +00:00
refactor(api): break out Vim script functions to its own file
This commit is contained in:
9
src/nvim/api/vimscript.h
Normal file
9
src/nvim/api/vimscript.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#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
|
Reference in New Issue
Block a user