Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.c2655 char_u buf_old[12], buf_old_global[12], buf_new[12], buf_type[12]; in apply_optionset_autocmd() local
2661 vim_snprintf((char *)buf_old, sizeof(buf_old), "%ld", oldval); in apply_optionset_autocmd()
2668 set_vim_var_string(VV_OPTION_OLD, buf_old, -1); in apply_optionset_autocmd()
2673 set_vim_var_string(VV_OPTION_OLDLOCAL, buf_old, -1); in apply_optionset_autocmd()
2678 set_vim_var_string(VV_OPTION_OLDGLOBAL, buf_old, -1); in apply_optionset_autocmd()
2683 set_vim_var_string(VV_OPTION_OLDLOCAL, buf_old, -1); in apply_optionset_autocmd()
2689 set_vim_var_string(VV_OPTION_OLDLOCAL, buf_old, -1); in apply_optionset_autocmd()