mirror of
https://github.com/neovim/neovim.git
synced 2026-02-10 13:58:48 +00:00
Problem: `t.skip()` adds to the "pending" list. If there is no path to fixing a pending test, it adds noise to the pending list. Solution: Return early instead of using `t.skip()`.