Files
neovim/runtime/lua
Evgeni Chasnovski eff01b7620 fix(pack): use more correct URI for confirmation buffer name
Problem: Confirmation buffer is named with `nvim-pack://` as scheme
  prefix and uses buffer id (needed for in-process LSP) as one an entry
  in the "hierarchical part".

Solution: Use `nvim://pack-confirm#<buf>` format with a more ubiquitous
  `nvim://` prefix and buffer id at the end as the optional fragment.
2025-11-06 20:13:17 +02:00
..
2025-10-26 01:28:37 +02:00
2025-05-17 10:59:14 +02:00
2025-02-09 18:10:54 +01:00