Files
neovim/runtime/lua/vim/lsp
Michael Lingelbach 5ebb1951bc fix(lsp): resolve bufnr for get_lines
Closes https://github.com/neovim/neovim/issues/16985

* get_lines checks if buf_loaded using bufnr 0, which is
  typically used as a sentinel value, but here must be resolved
  to the true bufnr
2022-01-07 16:08:29 -08:00
..
2022-01-04 11:07:40 -07:00
2021-12-28 18:15:16 +01:00
2021-12-28 18:15:16 +01:00
2022-01-04 11:07:40 -07:00
2022-01-07 16:08:29 -08:00