mirror of
https://github.com/neovim/neovim.git
synced 2026-05-05 21:45:05 +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`.