mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
This is essentially a convenience wrapper around the `pending()` function, similar to `skip_fragile()` but more general-purpose. Also remove `pending_win32` function as it can be replaced by `skip(iswin())`.