Searched defs:vimoption (Results 1 – 1 of 1) sorted by relevance
269 struct vimoption struct271 char *fullname; // full option name272 char *shortname; // permissible abbreviation273 long_u flags; // see below274 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