Re: How to always open file in a tab ?

2006-06-29 Thread Bernd Strohhäcker
Eddine wrote: Thank you Srini. Is it possible to have this behaviour with the right-click "Edit in (single) Vim" context menu under win32 ? Try adding " -p" to HKLM\Software\Vim\Gvim\path HTH, Bernd

Re: How to always open file in a tab ?

2006-06-29 Thread Eddine
Thank you Srini. Is it possible to have this behaviour with the right-click "Edit in (single) Vim" context menu under win32 ?

Re: How to always open file in a tab ?

2006-06-29 Thread Srinivas Rao. M
On Thu, 2006-06-29 at 13:30, Eddine wrote: > Hello all, > > I'd like to take advantage of tab file editing, thus is it possible to > modify windows registry base or is there any work around to _always_ > open files in a tab ? > Once again thank you bay advance for your precious help. You can use

How to always open file in a tab ?

2006-06-29 Thread Eddine
Hello all, I'd like to take advantage of tab file editing, thus is it possible to modify windows registry base or is there any work around to _always_ open files in a tab ? Once again thank you bay advance for your precious help. Best regards Eddine.

Re: How to open file readonly from inside vim ?

2006-06-26 Thread A.J.Mechelynck
Yakov Lerner wrote: There is a file x that is opened in another vim, and .x.swp file exists. I have another instance of vim that has many buffers already open. I want to open file x in this vim readonly, without the 'E325 Found swapfile' dialog. (like vim -R would, but without st

Re: How to open file readonly from inside vim ?

2006-06-26 Thread Yakov Lerner
gt; Sent: Monday, June 26, 2006 9:06 AM > To: Vim List > Subject: How to open file readonly from inside vim ? > > There is a file x that is opened in another vim, and > .x.swp file exists. > > I have another instance of vim that has many buffers already > open. I want t

RE: How to open file readonly from inside vim ?

2006-06-26 Thread Max Dyckhoff
If you open the file with :view it will set the readonly buffer option and not give you that warning. See ":help readonly" Max > -Original Message- > From: Yakov Lerner [mailto:[EMAIL PROTECTED] > Sent: Monday, June 26, 2006 9:06 AM > To: Vim List > Subject:

How to open file readonly from inside vim ?

2006-06-26 Thread Yakov Lerner
There is a file x that is opened in another vim, and .x.swp file exists. I have another instance of vim that has many buffers already open. I want to open file x in this vim readonly, without the 'E325 Found swapfile' dialog. (like vim -R would, but without starting new vim) How

RE: open file

2006-04-08 Thread Suresh Govindachar
linda.s Sent April 08, 2006 8:17 PM > In the command mode, i typed :vim filename and got the error > message: > not an edit command > why i can not use :vim to open the file? The error message tells you why -- :vim is not an edit command What does :help :vim bring up?

Re: open file

2006-04-08 Thread Mark Woodward
Hi Linda, linda.s wrote: In the command mode, i typed :vim filename and got the error message: not an edit command why i can not use :vim to open the file? Linda from the *command line* use 'vim filename' from *within vim* use :e filename -- Mark

Re: open file

2006-04-08 Thread Ricky Zhou
> In the command mode, i typed :vim filename and got the error message: > not an edit command > why i can not use :vim to open the file? Try :e filename Ricky

open file

2006-04-08 Thread linda . s
In the command mode, i typed :vim filename and got the error message: not an edit command why i can not use :vim to open the file? Linda

Re: Open file in tab on existing vim instance on Windows

2006-04-07 Thread Thomas Michael Engelke
2006/4/7, Eric P <[EMAIL PROTECTED]>: > I once saw somewhere in vim.org's tips how to add a new context menu > entry for opening a file in an existing Vim instance on Windows, but I > can't seem to locate it anymore. > > Now that Vim has native tabbing, I'd like to figure out how to make a > contex

Open file in tab on existing vim instance on Windows

2006-04-07 Thread Eric P
I once saw somewhere in vim.org's tips how to add a new context menu entry for opening a file in an existing Vim instance on Windows, but I can't seem to locate it anymore. Now that Vim has native tabbing, I'd like to figure out how to make a context menu entry that opens a file in new tab on an e