mirror of
https://github.com/neovim/neovim.git
synced 2026-05-24 05:40:08 +00:00
Although `nlua_call_excmd` is semantically for implementing Ex-commands, the `require()` should never fail, so that's a "Lua error". But if the call itself fails (the later `semsg` call), that's an "Ex cmd" error.