Home
last modified time | relevance | path

Searched refs:VV_OPTION_NEW (Results 1 – 7 of 7) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Deval.h139 VV_OPTION_NEW, enumerator
H A Doption.c4148 set_vim_var_string(VV_OPTION_NEW, buf_new, -1); in set_bool_option()
4547 set_vim_var_string(VV_OPTION_NEW, buf_new, -1); in set_num_option()
4582 set_vim_var_string(VV_OPTION_NEW, newval, -1); in trigger_optionsset_string()
H A Deval.c214 VV(VV_OPTION_NEW, "option_new", VAR_STRING, VV_RO),
10452 set_vim_var_string(VV_OPTION_NEW, NULL, -1); in reset_v_option_vars()
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h2028 #define VV_OPTION_NEW 61 macro
H A Doptionstr.c160 set_vim_var_string(VV_OPTION_NEW, newval, -1); in trigger_optionsset_string()
H A Devalvars.c3881 set_vim_var_string(VV_OPTION_NEW, NULL, -1); in reset_v_option_vars()
H A Doption.c2661 set_vim_var_string(VV_OPTION_NEW, buf_new, -1); in apply_optionset_autocmd()