chore: remove useless code and indent files

This commit is contained in:
kiyan 2021-02-22 23:01:12 +01:00 committed by Kiyan
parent 91a89aa408
commit 9d57216c0d
10 changed files with 91 additions and 109 deletions

View file

@ -192,7 +192,7 @@ function M.get_definition_scopes(node, bufnr, scope_type)
-- and the containing scope of that scope
if scope_type == 'parent' then
scope_count = 2
-- Definition is valid in all parent scopes
-- Definition is valid in all parent scopes
elseif scope_type == 'global' then
scope_count = nil
end