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 -p command line options to open the file always in tap.
i.e. 
vim -p file1.c file2.c file3.h

will open three tabs separately for these files.

HTH,
Srini...


--
website: http://www.geocities.com/saksblr
egroups: http://in.groups.yahoo.com/group/saksblr
--
RESPONSIBILITY starts with the willingness to experience yourself as
cause in the matter.
--




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 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