Home
last modified time | relevance | path

Searched defs:vimoption (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Doptiondefs.h269 struct vimoption struct
271 char *fullname; // full option name
272 char *shortname; // permissible abbreviation
273 long_u flags; // see below
274 char_u *var; // global option: pointer to variable;
277 idopt_T indir; // global option: PV_NONE;
279 char_u *def_val[2]; // default values for variable (vi and vim)
281 sctx_T script_ctx; // script context where the option was last set