mirror of
https://github.com/neovim/neovim.git
synced 2026-05-23 21:30:11 +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.