Files
neovim/runtime/lua/vim
Justin M. Keyes e644e7ce0b fix(vim.ui.open): return (don't show) error message
Problem:
Showing an error via vim.notify() makes it awkward for callers such as
lsp/handlers.lua to avoid showing redundant errors.

Solution:
Return the message instead of showing it. Let the caller decide whether
and when to show the message.
2023-07-05 00:49:10 +02:00
..
2023-06-25 17:25:47 +02:00
2023-05-13 21:33:22 +02:00
2023-06-07 13:52:23 +01:00
2023-06-25 17:14:28 +02:00