mirror of
https://github.com/neovim/neovim.git
synced 2025-12-21 22:05:39 +00:00
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`.