mirror of
https://github.com/neovim/neovim.git
synced 2026-05-02 12:04:58 +00:00
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:
Reference in New Issue
Block a user