Re: Disable Windows shortcuts in GVIM

2006-06-30 Thread Marc Demlenne

That's it ...

Thanks very much !

On 6/29/06, Tim Chase [EMAIL PROTECTED] wrote:

 How is it possible, using GVIM, to forbid Windows executing commands
 destinated to VIM?
 e.g CTRL-V (Virtual select) is interpreted as Paste by MS. CTRL-A as
 select all, ...
 How can I disable this, and retrieve unix-like behaviour in my gvim ?


Likely your vimrc is directly or indirectly sourcing mswin.vim
and to remedy the matter, just edit your vimrc file and remove
the line that reads something like

runtime mswin.vim

or

source mswin.vim

Nuke the line, and you should be good to go.

It might be slurped in indirectly via the example_vimrc.vim file,
in which case you'll want to nuke/modify that instead.

-tim







--
Marc Demlenne


Disable Windows shortcuts in GVIM

2006-06-29 Thread Marc Demlenne

Hello,

How is it possible, using GVIM, to forbid Windows executing commands
destinated to VIM?
e.g CTRL-V (Virtual select) is interpreted as Paste by MS. CTRL-A as
select all, ...
How can I disable this, and retrieve unix-like behaviour in my gvim ?

Thanks very much for any help


--
Marc


Netrw - ftp : What to do with Your directory is missing.

2006-04-28 Thread Marc Demlenne

Hello,

Using vim 7.0f, I'm trying to edit a remote file using ftp.
Using :e ftp://[EMAIL PROTECTED]//file the file is opened and readable.

However, when I try to save changes (or more generally to write using
ftp), I got each time the following error message :
***netrw*** your  directory is missing!
Press cr to continue

Problem doesn't come from a problem on permission or else. Performing
operation manually works well.
I havn't found any information on this issue so far, neither on Vim
faq, help or mailing list, nor on Google.

Could someone help me solving this problem ? I can't even completely
understand the meaning of this message...

Thanks very much, Best Regards,

--
Marc Demlenne