mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +00:00

assert() is compiled out for release builds, but we don't want to continue running in these impossible situations. This also resolves the "implicit fallthrough" warnings for the asserts in switch cases.