Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdhist.c694 int histype2 = HIST_CMD; in ex_history() local
722 histype2 = HIST_COUNT-1; in ex_history()
732 histype2 = histype1; in ex_history()
743 for (; !got_int && histype1 <= histype2; ++histype1) in ex_history()