blob: 3520cc2061cd5dcd4e5a0274b36079c35d5d6119 (
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"
#include "nvim/option_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "optionstr.h.generated.h"
#endif
#endif // NVIM_OPTIONSTR_H
|