Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/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
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Doption.c200 typedef struct vimoption { struct
211 } vimoption_T; argument