diff options
| author | bfredl <bjorn.linse@gmail.com> | 2023-10-16 20:41:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-16 20:41:35 +0200 |
| commit | a63c67005b9ea17214d86391e2fd649658c1bdec (patch) | |
| tree | bd732635435cb15d0d7e0bbe4eb49ceae73c0999 /src/nvim/eval/vars.h | |
| parent | b80a8e2c16b6d6eb16ac84232c27eb7cfa4a434a (diff) | |
| parent | 3642f2fb44b6a3681e6a637671690258aa83cc62 (diff) | |
| download | rneovim-a63c67005b9ea17214d86391e2fd649658c1bdec.tar.gz rneovim-a63c67005b9ea17214d86391e2fd649658c1bdec.tar.bz2 rneovim-a63c67005b9ea17214d86391e2fd649658c1bdec.zip | |
Merge pull request #25394 from famiu/refactor/options/set_option
refactor(options)!: unify interfaces for setting options
Diffstat (limited to 'src/nvim/eval/vars.h')
| -rw-r--r-- | src/nvim/eval/vars.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/eval/vars.h b/src/nvim/eval/vars.h index b87c9d62cb..12ff5b11cb 100644 --- a/src/nvim/eval/vars.h +++ b/src/nvim/eval/vars.h @@ -2,6 +2,7 @@ #define NVIM_EVAL_VARS_H #include "nvim/ex_cmds_defs.h" +#include "nvim/option_defs.h" #ifdef INCLUDE_GENERATED_DECLARATIONS # include "eval/vars.h.generated.h" |