refacto: move renderer git into file
also view.is_root_folder_modifier_visible don't take the tree as parameter
This commit is contained in:
@@ -77,7 +77,7 @@ function M.fn()
|
||||
end
|
||||
|
||||
if found_something and view.is_visible() then
|
||||
if view.is_root_folder_visible(TreeExplorer) then
|
||||
if view.is_root_folder_visible() then
|
||||
index = index + 1
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user