Shougo / unite.vim

:dragon: Unite and create user interfaces
http://www.vim.org/scripts/script.php?script_id=3396
Other
2.85k stars 223 forks source link

Incomplete VimFiler Configuration for Windows Users #1230

Closed othmanalikhan closed 6 years ago

othmanalikhan commented 6 years ago

Summary

Using Gvim + SpaceVim on Windows 10, deleting files via VimFiler does not work out of the box.

The original post which contains more details can be found here . The origin of the bug comes from one of the unite.vim files and the solution to the bug is also included in that link.

othmanalikhan commented 6 years ago

Thanks for the very quick fix.

I would like to add though, I just tried moving files using VimFiler and I came across the same issue; would you also please add code for the Windows portion of the mv and cp commands? The code to be changed is below the code that you just changed.

Shougo commented 6 years ago

@OthmanEmpire The PR is wellcome.

Please see it: https://github.com/Shougo/vimfiler.vim/issues/170