Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dcmdhist.pro11 int in_history(int type, char_u *str, int move_to_front, int sep, int writing);
/vim-8.2.3635/src/
H A Dcmdhist.c211 int move_to_front, // Move the entry to the front if it exists in in_history() argument
234 if (!move_to_front) in in_history()