mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 19:36:40 +00:00
refactor(api): move option code to own file
This commit is contained in:
9
src/nvim/api/options.h
Normal file
9
src/nvim/api/options.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef NVIM_API_OPTIONS_H
|
||||
#define NVIM_API_OPTIONS_H
|
||||
|
||||
#include "nvim/api/private/defs.h"
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "api/options.h.generated.h"
|
||||
#endif
|
||||
|
||||
#endif // NVIM_API_OPTIONS_H
|
Reference in New Issue
Block a user