murisfurder / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

file management (copy/move) is broken on windows (netrw) #151

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
You need to find commands on your system that will copy and move files.  cmd /c 
copy  -and- cmd /c move  worked under windows xp.  Just set 
g:netrw_localcopycmd and g:netrw_localmovecmd to whatever works for you.

Original issue reported on code.google.com by roblovski@gmail.com on 16 Jul 2013 at 10:09