diff options
-rw-r--r-- | src/nvim/option.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c index c3e561ed4e..b5f480870e 100644 --- a/src/nvim/option.c +++ b/src/nvim/option.c @@ -5960,10 +5960,10 @@ get_option_value ( // // Returned flags: // 0 hidden or unknown option, also option that does not have requested -// type (see SREQ_* in vim.h) -// see SOPT_* in vim.h for other flags +// type (see SREQ_* in option_defs.h) +// see SOPT_* in option_defs.h for other flags // -// Possible opt_type values: see SREQ_* in vim.h +// Possible opt_type values: see SREQ_* in option_defs.h int get_option_value_strict(char *name, int64_t *numval, char **stringval, |