mirror of
https://github.com/neovim/neovim.git
synced 2026-03-13 03:24:33 +10:00
Previous block just checks for totmatches being zero and returns if it is. And totmatches is unsigned, so `totmatches > 0` may never be true.
Previous block just checks for totmatches being zero and returns if it is. And totmatches is unsigned, so `totmatches > 0` may never be true.