Re: netrw on windows+shellslash

2015-10-11 Fir de Conversatie mattn
> 2 should be following patch. > > diff --git a/src/fileio.c b/src/fileio.c > index 0f3f148..b4480d0 100644 > --- a/src/fileio.c > +++ b/src/fileio.c > @@ -7555,6 +7555,8 @@ forward_slash(fname) > { > char_u *p; > > +if (path_with_url(fname)) > + return; > for (p = fname;

Re: netrw on windows+shellslash

2015-10-11 Fir de Conversatie mattn
On Sunday, October 11, 2015 at 10:19:05 AM UTC+9, mattn wrote: > > How will the resulting buffer name, with the slash, be used? > > Is this only inside netrw? In that case you'll have to talk to > > Charles. > No. patching vim. if okay, will make a patch. There are two problem. 1. ":e

Re: netrw on windows+shellslash

2015-10-11 Fir de Conversatie mattn
On Friday, October 9, 2015 at 5:00:07 AM UTC+9, Charles Campbell wrote: > Nikolay Pavlov wrote: > > 2015-10-08 20:44 GMT+03:00 Charles Campbell <charles.e.campb...@nasa.gov>: > >> mattn wrote: > >>> Hi. > >>> > >>> I wrote a patch t

Re: netrw on windows+shellslash

2015-10-11 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: > On Sunday, October 11, 2015 at 10:19:05 AM UTC+9, mattn wrote: > > > How will the resulting buffer name, with the slash, be used? > > > Is this only inside netrw? In that case you'll have to talk to > > > Charles. > > > No. patching vim. if okay, will make a patch.

Re: netrw on windows+shellslash

2015-10-10 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: > I wrote a patch to enable http/ftp/webdav access with netrw on > windows+shellslash. I'm using vim but not use cygwin or msys2. > However, then editing http file on vim, URL is displayed as: > > http:\\example.com\foo.html > > So I w

Re: netrw on windows+shellslash

2015-10-08 Fir de Conversatie Charles Campbell
mattn wrote: > Hi. > > I wrote a patch to enable http/ftp/webdav access with netrw on > windows+shellslash. I'm using vim but not use cygwin or msys2. However, then > editing http file on vim, URL is displayed as: > > http:\\example.com\foo.html > > So I want to us

Re: netrw on windows+shellslash

2015-10-08 Fir de Conversatie Nikolay Pavlov
2015-10-08 20:44 GMT+03:00 Charles Campbell <charles.e.campb...@nasa.gov>: > mattn wrote: >> Hi. >> >> I wrote a patch to enable http/ftp/webdav access with netrw on >> windows+shellslash. I'm using vim but not use cygwin or msys2. However, then >> edi

Re: netrw on windows+shellslash

2015-10-08 Fir de Conversatie Charles Campbell
Nikolay Pavlov wrote: > 2015-10-08 20:44 GMT+03:00 Charles Campbell <charles.e.campb...@nasa.gov>: >> mattn wrote: >>> Hi. >>> >>> I wrote a patch to enable http/ftp/webdav access with netrw on >>> windows+shellslash. I'm using vim but not use cy

netrw on windows+shellslash

2015-10-07 Fir de Conversatie mattn
Hi. I wrote a patch to enable http/ftp/webdav access with netrw on windows+shellslash. I'm using vim but not use cygwin or msys2. However, then editing http file on vim, URL is displayed as: http:\\example.com\foo.html So I want to use shellslash on windows too. Below is a patch to enable

Re: netrw on windows+shellslash

2015-10-07 Fir de Conversatie mattn
Sorry, I miss e-mail address of Dr. Chip. On Thursday, October 8, 2015 at 11:13:13 AM UTC+9, mattn wrote: > Hi. > > I wrote a patch to enable http/ftp/webdav access with netrw on > windows+shellslash. I'm using vim but not use cygwin or msys2. However, then > editing http f