mirror of
https://github.com/neovim/neovim.git
synced 2026-08-02 20:23:54 +08: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.