fixup! refactor(_utils.ts): all public methods are just adapters
This commit is contained in:
parent
ff209db23e
commit
ac457d0c6d
2 changed files with 3 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ local function generate(bufnr)
|
|||
return cmt
|
||||
end
|
||||
|
||||
ok, res = pcall(ts.get_interface_inder_cursor, bufnr)
|
||||
ok, res = pcall(ts.get_interface_under_cursor, bufnr)
|
||||
if ok then
|
||||
cmt = cmt .. res.name .. " "
|
||||
return cmt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue