mirror of
https://github.com/neovim/neovim.git
synced 2025-09-25 20:48:32 +00:00
refactor(api): move command related API to separate file
This commit is contained in:
11
src/nvim/api/command.h
Normal file
11
src/nvim/api/command.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef NVIM_API_COMMAND_H
|
||||
#define NVIM_API_COMMAND_H
|
||||
|
||||
#include "nvim/api/private/defs.h"
|
||||
#include "nvim/decoration.h"
|
||||
#include "nvim/ex_cmds.h"
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "api/command.h.generated.h"
|
||||
#endif
|
||||
#endif // NVIM_API_COMMAND_H
|
Reference in New Issue
Block a user