refactor(api): move option code to own file

This commit is contained in:
bfredl
2022-06-12 00:37:39 +02:00
parent 502f03fc06
commit 4a275e3291
7 changed files with 519 additions and 490 deletions

9
src/nvim/api/options.h Normal file
View 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