neovim/test/old
Justin M. Keyes 167a2383b9
fix(api): not using TRY_WRAP, generic error messages #31595
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`.
2024-12-16 04:00:20 -08:00
..
testdir fix(api): not using TRY_WRAP, generic error messages #31595 2024-12-16 04:00:20 -08:00
memfile_test.c build: remove PVS 2023-11-12 21:26:39 +01:00