Closed matsui54 closed 1 year ago
If sourceOptions.path == "", root file name is not displayed.
sourceOptions.path == ""
Use Vim function getcwd() to get cwd.
getcwd()
Problem
If
sourceOptions.path == ""
, root file name is not displayed.Solution
Use Vim function
getcwd()
to get cwd.