refacto: tree explorer root should be absolute_path not cwd
This commit is contained in:
@@ -21,7 +21,7 @@ function M.get_explorer()
|
||||
end
|
||||
|
||||
function M.get_cwd()
|
||||
return TreeExplorer.cwd
|
||||
return TreeExplorer.absolute_path
|
||||
end
|
||||
|
||||
function M.get_nodes_starting_line()
|
||||
|
||||
Reference in New Issue
Block a user