Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdhist.c287 static int last_maptick = -1; // last seen maptick variable
315 if (maptick == last_maptick && hisidx[HIST_SEARCH] >= 0) in add_to_history()
325 last_maptick = -1; in add_to_history()
344 last_maptick = maptick; in add_to_history()
519 if (histype == HIST_SEARCH && maptick == last_maptick && i == idx) in del_history_idx()
520 last_maptick = -1; in del_history_idx()
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt6856 Solution: Reset last_maptick when deleting the last entry of the search