mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
022449b522
Problem: - API functions using `try_start` directly, do not surface the underlying error message, and instead show generic messages. - Error-handling code is duplicated in the API impl. - Failure modes are not tested. Solution: - Use `TRY_WRAP`. - Add tests. |
||
---|---|---|
.. | ||
api_keysets_extra.lua | ||
api_keysets.lua | ||
api.lua | ||
base64.lua | ||
builtin_types.lua | ||
builtin.lua | ||
diff.lua | ||
json.lua | ||
lpeg.lua | ||
misc.lua | ||
mpack.lua | ||
options.lua | ||
re.lua | ||
regex.lua | ||
spell.lua | ||
vimfn.lua | ||
vvars_extra.lua | ||
vvars.lua |