blob: ac8d90e10ecf36bc9a6aaf1f1bc350ec92a2f5e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef NVIM_OPTIONSTR_H
#define NVIM_OPTIONSTR_H
#include "nvim/buffer_defs.h" // for buf_T, win_T
#include "nvim/option_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "optionstr.h.generated.h"
#endif
#endif // NVIM_OPTIONSTR_H
|