mirror of
https://github.com/neovim/neovim.git
synced 2026-03-29 03:42:11 +00:00
Problem: :trust is executed even when inside false condition.
Solution: Make skip_cmd() return true for CMD_trust, as ex_trust() does
not handle eap->skip itself.