summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/ex_getln.h
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-09-30 14:41:34 +0800
committerGitHub <noreply@github.com>2023-09-30 14:41:34 +0800
commitdc6d0d2daf69e2fdadda81feb97906dbc962a239 (patch)
tree7cf93549ec3282e1f42baf89e97d7890daeb5d70 /src/nvim/ex_getln.h
parentcf8b2c0e74fd5e723b0c15c2ce84e6900fd322d3 (diff)
refactor: reorganize option header files (#25437)
- Move vimoption_T to option.h - option_defs.h is for option-related types - option_vars.h corresponds to Vim's option.h - option_defs.h and option_vars.h don't include each other
Diffstat (limited to 'src/nvim/ex_getln.h')
-rw-r--r--src/nvim/ex_getln.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/ex_getln.h b/src/nvim/ex_getln.h
index b21fb0506d..aaafedcb4b 100644
--- a/src/nvim/ex_getln.h
+++ b/src/nvim/ex_getln.h
@@ -6,6 +6,7 @@
#include "klib/kvec.h"
#include "nvim/eval/typval_defs.h"
#include "nvim/ex_cmds_defs.h"
+#include "nvim/option_defs.h"
#include "nvim/types.h"
struct cmdline_info;