commit f487e5af019c7cd0f15ab9beb522c9358e8013e2 parent 2e982f1aad9f1a03562b7a451d642f76b04c37cb Author: Jongwook Choi <wookayin@gmail.com> Date: Sat, 3 Feb 2024 17:47:56 -0500 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`.