mirror of
https://github.com/neovim/neovim.git
synced 2026-07-31 12:49:11 +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.