We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b9074 commit 8efcef1Copy full SHA for 8efcef1
1 file changed
lua/lsp-status/current_function.lua
@@ -11,7 +11,7 @@ end
11
-- Find current function context
12
local function current_function_callback(_, _, result, _, _)
13
vim.b.lsp_current_function = ''
14
- if type(result) ~= table then
+ if type(result) ~= 'table' then
15
return
16
end
17
0 commit comments