mirror of
https://github.com/neovim/neovim.git
synced 2026-01-08 04:18:49 +10:00
Problem: nlua_call_ref_ctx() does not pop the return value in fast
context that did not error.
Solution: Fall through to end; calling nlua_call_pop_retval().