Shougo / ddu-ui-filer

File listing UI for ddu.vim
MIT License
55 stars 8 forks source link

Use Vim's cwd if `source.path` is empty #23

Closed matsui54 closed 1 year ago

matsui54 commented 1 year ago

Problem

If sourceOptions.path == "", root file name is not displayed.

image

Solution

Use Vim function getcwd() to get cwd.