Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_cmds2.c725 char_u *old_cur_comp = NULL; in ex_compiler() local
753 old_cur_comp = get_var_value((char_u *)"g:current_compiler"); in ex_compiler()
754 if (old_cur_comp != NULL) in ex_compiler()
755 old_cur_comp = vim_strsave(old_cur_comp); in ex_compiler()
777 if (old_cur_comp != NULL) in ex_compiler()
780 old_cur_comp); in ex_compiler()
781 vim_free(old_cur_comp); in ex_compiler()