Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Devalvars.pro15 void restore_vimvar(int idx, typval_T *save_tv);
/vim-8.2.3635/src/
H A Dlist.c2606 restore_vimvar(VV_KEY, &save_key); in filter_map()
2607 restore_vimvar(VV_VAL, &save_val); in filter_map()
H A Devalvars.c475 restore_vimvar(VV_VAL, &save_val); in eval_spell_expr()
523 restore_vimvar(int idx, typval_T *save_tv) in restore_vimvar() function
H A Dfilepath.c1580 restore_vimvar(VV_VAL, &save_val); in checkitem_common()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt5467 Solution: Don't clear the typeval in restore_vimvar().