mirror of
https://github.com/neovim/neovim.git
synced 2026-02-09 05:18:45 +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()`.