mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
167a2383b9
Problem: - API functions using `try_start` directly instead of `TRY_WRAP`, do not surface the underlying error message, and instead show generic things like "Failed to set buffer". - Error handling code is duplicated in the API impl, instead of delegating to the vim buffer/window handling logic. Solution: - Use `TRY_WRAP`. |
||
---|---|---|
.. | ||
autochdir_spec.lua | ||
belloff_spec.lua | ||
chars_spec.lua | ||
cursorbind_spec.lua | ||
defaults_spec.lua | ||
keymap_spec.lua | ||
modified_spec.lua | ||
mousescroll_spec.lua | ||
num_options_spec.lua | ||
shortmess_spec.lua | ||
tabstop_spec.lua | ||
winfixbuf_spec.lua |