mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00

Problem: `exists()` checks should test for being equal to 1 rather than truthy, and extui check can be more restrictive. Solution: Adjust `exists()` guards to equal 1 and use `matchparen#CursorMoved`.