Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dviminfo.c465 static int viminfo_add_at_front = FALSE; variable
504 viminfo_add_at_front = (asklen != 0 && !writing); in prepare_viminfo_history()
553 viminfo_add_at_front, sep, writing)) in read_viminfo_history()
624 if (!in_history(type, val, viminfo_add_at_front, sep, writing)) in handle_viminfo_history()
684 if (viminfo_add_at_front) in concat_history()