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`.
This commit is contained in:
Jongwook Choi
2024-02-03 17:47:56 -05:00
parent 2e982f1aad
commit f487e5af01
2 changed files with 2 additions and 2 deletions