Shougo / ddu-kind-file

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

newFile action end with /, create directory #7

Closed ryota2357 closed 2 years ago

ryota2357 commented 2 years ago

If newFile action input ends with "/", create new directory instead of new file. This behavior is the same as new_file of defx.nvim

try to create new file which ends with "/", error is occurred.

Shougo commented 2 years ago

Merged.