mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 10:01:49 +00:00
Problem: Sampling a transient busy=1 pulse is racy under load. Solution: Set a long debounce, assert the stable state, then use a short debounce to let the reload clear it.