John Beckett wrote:
> letting the user know that netrw will
> use 'move', 'mkdir', 'rmdir' as a default
I mean 'copy', not 'move'.
> I wouldn't bother doing anything about it, but FYI line 3837:
> if executable("start")
I just thought about this and checked. There is no executable
'start', and Vim's executable('start') returns 0.
Like copy, start is implemented by cmd.exe, so I would recommend
omitting the test and assuming start is available on Windows
(but actually, it will not be used, as mentioned in my last
message).
John
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php