From 96a9b5eaeef9d8cf9210a680beedae06a87f0e6b Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Sat, 17 May 2014 08:14:54 -0300 Subject: Fixed outdated comment in option.c --- src/nvim/option.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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, -- cgit