Re: Netrw doesn't work on Windows correctly. Please permit us to modify code on github.com

2018-12-14 Fir de Conversatie Christian Brabandt
On Fr, 14 Dez 2018, Tama McGlinn wrote: > I am having the same problem, using Neovim on Windows. There is now a > github page for netrw, but it is out-of-date, and so I cannot use it > to check what the bugfix ended up being for this; I am using netrw > v156, but the github so far only goes to v

Re: Netrw doesn't work on Windows correctly. Please permit us to modify code on github.com

2018-12-14 Fir de Conversatie Tama McGlinn
I am having the same problem, using Neovim on Windows. There is now a github page for netrw, but it is out-of-date, and so I cannot use it to check what the bugfix ended up being for this; I am using netrw v156, but the github so far only goes to v142. I need the github not because I don't know

Re: Netrw doesn't work on Windows correctly. Please permit us to modify code on github.com

2018-07-13 Fir de Conversatie Christian Brabandt
On Di, 03 Jul 2018, norbert.keli...@opeast.org wrote: > I am another Windows user having a problem with the copy function in netrw. > > I was getting the "not executable error," so I downloaded and installed v163b > from your website. Now the error is different: > > **error** (netrw) copy fai

Re: Netrw doesn't work on Windows correctly. Please permit us to modify code on github.com

2018-07-03 Fir de Conversatie norbert . keliher
I am another Windows user having a problem with the copy function in netrw. I was getting the "not executable error," so I downloaded and installed v163b from your website. Now the error is different: **error** (netrw) copy failed; perhaps due to vim's current directory not matching netrw's (G:/

Re: Netrw doesn't work on Windows correctly. Please permit us to modify code on github.com

2016-11-11 Fir de Conversatie mattn
On Thursday, November 10, 2016 at 2:36:22 AM UTC+9, DrChip wrote: > mattn wrote: > > On Wednesday, November 9, 2016 at 10:53:08 PM UTC+9, Tony Mechelynck wrote: > >> On Wed, Nov 9, 2016 at 2:12 AM, mattn wrote: > >>> On Wednesday, November 9, 2016 at 3:58:03 AM UTC+9, DrChip wrote: > Cesar Ro

Re: Netrw doesn't work on Windows correctly. Please permit us to modify code on github.com

2016-11-10 Fir de Conversatie mattn
On Thursday, November 10, 2016 at 2:49:16 AM UTC+9, DrChip wrote: > mattn wrote: > > Hi, Dr. Chip and list. > > > > I met some problems on netrw on Windows for a long time. Most of > > operations which use Windows commands of cmd.exe doesn't work because netrw > > checks the command exists by ex

Re: Netrw doesn't work on Windows correctly. Please permit us to modify code on github.com

2016-11-09 Fir de Conversatie David Fishburn
> You don't like the maintainer model; I differ. Many times I have had to > reject incorrect changes; Totally agree. On Wed, Nov 9, 2016 at 12:48 PM, Charles E Campbell < drc...@campbellfamily.biz> wrote: > mattn wrote: > > Hi, Dr. Chip and list. > > > > I met some problems on netrw on Windo

Re: Netrw doesn't work on Windows correctly. Please permit us to modify code on github.com

2016-11-09 Fir de Conversatie Charles E Campbell
mattn wrote: > Hi, Dr. Chip and list. > > I met some problems on netrw on Windows for a long time. Most of operations > which use Windows commands of cmd.exe doesn't work because netrw checks the > command exists by executable(). The commands are defined like: > > let g:netrw_localcopycmd= expan

Re: Netrw doesn't work on Windows correctly. Please permit us to modify code on github.com

2016-11-09 Fir de Conversatie Charles E Campbell
mattn wrote: > On Wednesday, November 9, 2016 at 10:53:08 PM UTC+9, Tony Mechelynck wrote: >> On Wed, Nov 9, 2016 at 2:12 AM, mattn wrote: >>> On Wednesday, November 9, 2016 at 3:58:03 AM UTC+9, DrChip wrote: Cesar Romani wrote: Netrw actually doesn't check that expand("$COMSPEC") is exe

Re: Netrw doesn't work on Windows correctly. Please permit us to modify code on github.com

2016-11-09 Fir de Conversatie mattn
On Wednesday, November 9, 2016 at 10:53:08 PM UTC+9, Tony Mechelynck wrote: > On Wed, Nov 9, 2016 at 2:12 AM, mattn wrote: > > On Wednesday, November 9, 2016 at 3:58:03 AM UTC+9, DrChip wrote: > >> Cesar Romani wrote: > > > >> Netrw actually doesn't check that expand("$COMSPEC") is execuable befor

Re: Netrw doesn't work on Windows correctly. Please permit us to modify code on github.com

2016-11-09 Fir de Conversatie Tony Mechelynck
On Wed, Nov 9, 2016 at 2:12 AM, mattn wrote: > On Wednesday, November 9, 2016 at 3:58:03 AM UTC+9, DrChip wrote: >> Cesar Romani wrote: > >> Netrw actually doesn't check that expand("$COMSPEC") is execuable before >> setting up g:netrw_localcopycmd; instead, it uses that if netrw reports >> has("w

Re: Netrw doesn't work on Windows correctly. Please permit us to modify code on github.com

2016-11-08 Fir de Conversatie mattn
On Wednesday, November 9, 2016 at 3:58:03 AM UTC+9, DrChip wrote: > Cesar Romani wrote: > Netrw actually doesn't check that expand("$COMSPEC") is execuable before > setting up g:netrw_localcopycmd; instead, it uses that if netrw reports > has("win32") || has("win95") || has("win64") || has("win16"

Re: Netrw doesn't work on Windows correctly. Please permit us to modify code on github.com

2016-11-08 Fir de Conversatie Charles E Campbell
Cesar Romani wrote: > On 08/11/2016 04:08 a.m., mattn wrote: > > Hi, Dr. Chip and list. > > > > I met some problems on netrw on Windows for a long time. Most of > > operations which use Windows commands of cmd.exe doesn't work because > > netrw checks the command exists by executable(). The comman

Re: Netrw doesn't work on Windows correctly. Please permit us to modify code on github.com

2016-11-08 Fir de Conversatie Cesar Romani
On 08/11/2016 04:08 a.m., mattn wrote: > Hi, Dr. Chip and list. > > I met some problems on netrw on Windows for a long time. Most of > operations which use Windows commands of cmd.exe doesn't work because > netrw checks the command exists by executable(). The commands are > defined like: > > let

Netrw doesn't work on Windows correctly. Please permit us to modify code on github.com

2016-11-08 Fir de Conversatie mattn
Hi, Dr. Chip and list. I met some problems on netrw on Windows for a long time. Most of operations which use Windows commands of cmd.exe doesn't work because netrw checks the command exists by executable(). The commands are defined like: let g:netrw_localcopycmd= expand("$COMSPEC")." /c copy"