Use vim current directory instead of filer.dir when moving files
Opened this issue · 0 comments
Matts966 commented
Thank you for this great plugin!
I love the move action of Vaffle, but am sometimes confused by the destination path.
Current Vaffle use filer's directory as base directory of the destination path, however, vim autocompletes paths based on vim's current directory.
Could we use getcwd()
instead of filer.dir
below?
vaffle.vim/autoload/vaffle/file.vim
Line 132 in 0a31464