Re: Problem with netrw and buftype

2015-06-24 Thread Charles Campbell
Christian Brabandt wrote: > Hi wednesday! > > On Mi, 24 Jun 2015, wednesday wrote: > >> On Wed, Jun 24, 2015 at 02:25:03AM +0100, wednesday wrote: >>> When I open up the explorer to put a new file into a split, once >>> that new file is there the old one becomes unwritable due to buftype >>> being

Re: Problem with netrw and buftype

2015-06-24 Thread Christian Brabandt
Hi wednesday! On Mi, 24 Jun 2015, wednesday wrote: > On Wed, Jun 24, 2015 at 02:25:03AM +0100, wednesday wrote: > > When I open up the explorer to put a new file into a split, once > > that new file is there the old one becomes unwritable due to buftype > > being set to nofile. This has been pret

Re: Problem with netrw and buftype

2015-06-24 Thread wednesday
On Wed, Jun 24, 2015 at 02:25:03AM +0100, wednesday wrote: > When I open up the explorer to put a new file into a split, once that new file > is there the old one becomes unwritable due to buftype being set to nofile. > This has been pretty frustrating and I have yet to find the answer. If this > h

Re: Problem with netrw

2010-10-18 Thread Charles Campbell
Tintin72 wrote: Yes, what I want to do is to edit the remote file and the :e ftp://lo...@server.com/index.html then :w commands work great actually. In fact I was using the wrong command (Nread). Thanks a lot. You're welcome! Chip Campbell -- You received this message from the "vim_use" m

Re: Problem with netrw

2010-10-18 Thread Tintin72
Yes, what I want to do is to edit the remote file and the :e ftp://lo...@server.com/index.html then :w commands work great actually. In fact I was using the wrong command (Nread). Thanks a lot. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the t

Re: Problem with netrw

2010-10-18 Thread Charles Campbell
Tintin72 wrote: Hi, Here's a new trace list. I hope this time it will be complete and you could find out what is the pb. Hello: In the original description of the problem you said that you were using :Nread ftp://lo...@server.com/index.html How did you start vim? :Nread ... is akin to

Re: Problem with netrw

2010-10-18 Thread Tintin72
Hi, Here's a new trace list. I hope this time it will be complete and you could find out what is the pb. Thanks again. snippet --- - Decho Tab /usr/share/vim/vim72/auto

Re: Problem with netrw

2010-10-18 Thread Charles Campbell
Tintin72 wrote: Then I suggest making a netrw debugging trace. Please read :help netrw-debug; be sure to elide any passwords that end up in the debugging trace. I never used Decho before and I'm not pretty sure that the way I'm using it is correct. Anyway, I did what you said and now I g

Re: Problem with netrw

2010-10-17 Thread Tintin72
> Then I suggest making a netrw debugging trace.  Please read  :help > netrw-debug; be sure to elide any passwords that end up in the debugging > trace. I never used Decho before and I'm not pretty sure that the way I'm using it is correct. Anyway, I did what you said and now I get a Decho tab but

Re: Problem with netrw

2010-10-12 Thread Charles Campbell
Tintin72 wrote: Thanks for your response. Are you getting a message such as "could not get file status for..."? No, just the E32 error message. Does index,.html previously exist, or are you trying to create the file? Yes the index.html file does previously exist on the server.

Re: Problem with netrw

2010-10-11 Thread Tintin72
Thanks for your response. >Are you getting a message such as "could not get file status for..."? No, just the E32 error message. >Does index,.html previously exist, or are you trying to create the >file? Yes the index.html file does previously exist on the server. Any idea ? -- You received

Re: Problem with netrw

2010-10-11 Thread Charles E Campbell Jr
Tintin72 wrote: Hi, I want to edit a file on a remote server so I tried to use netrw but I misunderstand how does it work. First I type: Nread ftp://lo...@server.com/index.html Vim ask me for the password then open the file in a cache as "no file name". But when I want to save modifications I

Problem with netrw

2010-10-11 Thread Tintin72
Hi, I want to edit a file on a remote server so I tried to use netrw but I misunderstand how does it work. First I type: Nread ftp://lo...@server.com/index.html Vim ask me for the password then open the file in a cache as "no file name". But when I want to save modifications I get an E32 error.

Re: Strange problem with netrw in vim 7.2 windows

2010-05-08 Thread Jack Donohue
IIUC, your problem is that you're getting single quotes instead of double quotes. Do you happen to have 'shellslash' set? :echo &shellslash Yes, that's it, shellslash is set to 1 since I usually like to generate unix type pathnames. I'd prefer to keep that, and I just changed the code in n

Re: Strange problem with netrw in vim 7.2 windows

2010-05-06 Thread Charles Campbell
Jack Donohue wrote: Jack Donohue wrote: I use the x (execute) command a lot " Netrw Directory Listing (netrw v132) " Sorted by time " Quick Help: :help -:go up dir D:delete R:rename s:sort-by x:exec " ===

Re: Strange problem with netrw in vim 7.2 windows

2010-05-03 Thread Charles Campbell
Jack Donohue wrote: Jack Donohue wrote: I use the x (execute) command a lot " Netrw Directory Listing (netrw v132) " Sorted by time " Quick Help: :help -:go up dir D:delete R:rename s:sort-by x:exec " ===

Re: Strange problem with netrw in vim 7.2 windows

2010-05-02 Thread Jack Donohue
Jack Donohue wrote: I use the x (execute) command a lot " Netrw Directory Listing(netrw v132) " Sorted by time " Quick Help: :help -:go up dir D:delete R:rename s:sort-by x:exec "

Re: Strange problem with netrw in vim 7.2 windows

2010-05-02 Thread Jack Donohue
- Original Message - From: "Charles E Campbell Jr" To: Sent: Friday, April 30, 2010 10:44 PM Subject: Re: Strange problem with netrw in vim 7.2 windows Jack Donohue wrote: I use the x (execute) command a lot " Netrw Directory Listing

Re: Strange problem with netrw in vim 7.2 windows

2010-04-30 Thread Charles E Campbell Jr
Jack Donohue wrote: I use the x (execute) command a lot " Netrw Directory Listing (netrw v132) " Sorted by time " Quick Help: :help -:go up dir D:delete R:rename s:sort-by x:exec "

Strange problem with netrw in vim 7.2 windows

2010-04-28 Thread Jack Donohue
I use the x (execute) command a lot " Netrw Directory Listing(netrw v132) " Sorted by time " Quick Help: :help -:go up dir D:delete R:rename s:sort-by x:exec " Works