mirror of
https://github.com/neovim/neovim.git
synced 2025-11-25 19:50:45 +00:00
Problem:
`vim.ui.open` unnecessarily invents a different success/failure
convention. Its return type was changed in 57adf8c6e0, so we might as
well change it to have a more conventional form.
Solution:
Change the signature to use the `pcall` convention of `status, result`.