aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/optionstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/optionstr.h')
-rw-r--r--src/nvim/optionstr.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/nvim/optionstr.h b/src/nvim/optionstr.h
new file mode 100644
index 0000000000..ac8d90e10e
--- /dev/null
+++ b/src/nvim/optionstr.h
@@ -0,0 +1,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