Shougo / ddu-kind-file

File kind for ddu.vim
MIT License
25 stars 9 forks source link

Fix resolving ".." #11

Closed matsui54 closed 1 year ago

matsui54 commented 1 year ago

Problem

If args.sourceOptions.path == "" and Vim's cwd is different from deno's one, ".." cannot be resolved correctly.

Solution