mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
Fixed outdated comment in option.c
This commit is contained in:
@@ -5960,10 +5960,10 @@ get_option_value (
|
|||||||
//
|
//
|
||||||
// Returned flags:
|
// Returned flags:
|
||||||
// 0 hidden or unknown option, also option that does not have requested
|
// 0 hidden or unknown option, also option that does not have requested
|
||||||
// type (see SREQ_* in vim.h)
|
// type (see SREQ_* in option_defs.h)
|
||||||
// see SOPT_* in vim.h for other flags
|
// 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,
|
int get_option_value_strict(char *name,
|
||||||
int64_t *numval,
|
int64_t *numval,
|
||||||
char **stringval,
|
char **stringval,
|
||||||
|
Reference in New Issue
Block a user