Files
neovim/runtime/lua/vim/lsp
Jongwook Choi f487e5af01 fix(lsp): fix infinite loop on vim.lsp.tagfunc
Problem: vim.lsp.tagfunc() causes an infinite loop.

This is a bug happened while introducing deferred loading.

Solution: Rename the private module to `vim.lsp._tagfunc`.
2024-02-03 17:47:56 -05:00
..
2023-12-30 17:40:53 +01:00
2023-12-14 12:39:18 +00:00
2023-12-14 12:39:18 +00:00
2024-01-03 19:17:52 +00:00