Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dui.c277 int did_start_blocking = FALSE; in inchar_loop() local
304 if (wtime < 0 && did_start_blocking) in inchar_loop()
329 did_start_blocking = TRUE; in inchar_loop()
416 || (wtime < 0 && !did_start_blocking)) in inchar_loop()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt17746 Solution: Only check did_start_blocking if wtime is negative. (Daisuke