mirror of
https://github.com/neovim/neovim.git
synced 2026-02-05 12:01:22 +10:00
10 lines
204 B
C
10 lines
204 B
C
#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
|