blob: 0993b67c9aa7c5accebdff4cf215ce7268800b0b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef NVIM_OPTIONSTR_H
#define NVIM_OPTIONSTR_H
#include "nvim/buffer_defs.h"
#include "nvim/cmdexpand.h"
#include "nvim/option_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "optionstr.h.generated.h"
#endif
#endif // NVIM_OPTIONSTR_H
|