Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_mzsch.c822 static time_t mz_last_time = 0; in mzvim_check_threads() local
828 if ((now - mz_last_time) * 1000 > p_mzq) in mzvim_check_threads()
830 mz_last_time = now; in mzvim_check_threads()