Files
neovim/runtime/lua/vim/lsp
Justin M. Keyes 57adf8c6e0 fix(vim.ui): open() may wait indefinitely #28325
Problem:
vim.ui.open "locks up" Nvim if the spawned process does not terminate. #27986

Solution:
- Change `vim.ui.open()`:
    - Do not call `wait()`.
    - Return a `SystemObj`. The caller can decide if it wants to `wait()`.
- Change `gx` to `wait()` only a short time.
    - Allows `gx` to show a message if the command fails, without the
      risk of waiting forever.
2024-04-15 04:33:09 -07:00
..
2024-03-06 16:03:33 +00:00
2024-02-27 14:41:17 +00:00
2024-03-12 13:51:53 +08:00