aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-05-17 08:14:54 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-05-17 08:14:54 -0300
commit96a9b5eaeef9d8cf9210a680beedae06a87f0e6b (patch)
treed555001c0e7f064e70a44b4c7f3d7e80082df8f8 /src
parent1f8534684e662fe104e7892989b1f8e2adde27c8 (diff)
downloadrneovim-96a9b5eaeef9d8cf9210a680beedae06a87f0e6b.tar.gz
rneovim-96a9b5eaeef9d8cf9210a680beedae06a87f0e6b.tar.bz2
rneovim-96a9b5eaeef9d8cf9210a680beedae06a87f0e6b.zip
Fixed outdated comment in option.c
Diffstat (limited to 'src')
-rw-r--r--src/nvim/option.c6
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,