mirror of
https://github.com/neovim/neovim.git
synced 2026-01-20 11:50:36 +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()`.