Re: Open each file in newtab (without using -p)

2006-08-25 Thread Groleo Marius
On 8/25/06, Groleo Marius <[EMAIL PROTECTED]> wrote: On 8/25/06, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: > Groleo Marius wrote: > > On 8/24/06, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: > >> 1. Do you have the required features compiled-in? . > > I think it is may be consequence of the fact

Re: Open each file in newtab (without using -p)

2006-08-25 Thread Groleo Marius
On 8/25/06, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: Groleo Marius wrote: > On 8/24/06, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: >> 1. Do you have the required features compiled-in? . I think it is may be consequence of the fact that autocommands (except when "nested" is used) are not tr

Re: Open each file in newtab (without using -p)

2006-08-25 Thread A.J.Mechelynck
Groleo Marius wrote: On 8/24/06, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: 1. Do you have the required features compiled-in? :version The output should include +autocmd +eval +syntax If it doesn't, install a Vim version which has them. I recommend Big or Huge features. vim --version

Re: Open each file in newtab (without using -p)

2006-08-24 Thread Groleo Marius
On 8/24/06, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: 1. Do you have the required features compiled-in? :version The output should include +autocmd +eval +syntax If it doesn't, install a Vim version which has them. I recommend Big or Huge features. vim --version VIM - Vi IMproved 7.0

Re: Open each file in newtab (without using -p)

2006-08-24 Thread A.J.Mechelynck
Groleo Marius wrote: On 8/24/06, Groleo Marius <[EMAIL PROTECTED]> wrote: On 8/24/06, Robert Hicks <[EMAIL PROTECTED]> wrote: > A.J.Mechelynck wrote: > > Groleo Marius wrote: > > [...] > >> Thing is, the vim's tabpage mechanism is just not the way all tabbed > >> apps work. > >> I've spent a who

Re: Open each file in newtab (without using -p)

2006-08-24 Thread Groleo Marius
On 8/24/06, Groleo Marius <[EMAIL PROTECTED]> wrote: On 8/24/06, Robert Hicks <[EMAIL PROTECTED]> wrote: > A.J.Mechelynck wrote: > > Groleo Marius wrote: > > [...] > >> Thing is, the vim's tabpage mechanism is just not the way all tabbed > >> apps work. > >> I've spent a whole day searching for a

Re: Open each file in newtab (without using -p)

2006-08-24 Thread Groleo Marius
On 8/24/06, Robert Hicks <[EMAIL PROTECTED]> wrote: A.J.Mechelynck wrote: > Groleo Marius wrote: > [...] >> Thing is, the vim's tabpage mechanism is just not the way all tabbed >> apps work. >> I've spent a whole day searching for a solution with no luck though. >> I guess I'm searching in the wr

Re: Open each file in newtab (without using -p)

2006-08-24 Thread Robert Hicks
A.J.Mechelynck wrote: Groleo Marius wrote: [...] Thing is, the vim's tabpage mechanism is just not the way all tabbed apps work. I've spent a whole day searching for a solution with no luck though. I guess I'm searching in the wrong place, but how hard it is to implement and option that let you

Re: Open each file in newtab (without using -p)

2006-08-24 Thread A.J.Mechelynck
Groleo Marius wrote: [...] Thing is, the vim's tabpage mechanism is just not the way all tabbed apps work. I've spent a whole day searching for a solution with no luck though. I guess I'm searching in the wrong place, but how hard it is to implement and option that let you choose for a single ta

Re: Open each file in newtab (without using -p)

2006-08-24 Thread Groleo Marius
On 8/23/06, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: Groleo Marius wrote: > On 8/23/06, David Fishburn <[EMAIL PROTECTED]> wrote: >> :tab new c:\temp\whatever.txt >> > :) that is mentioned in :help, and i dont see how it solves the :e or > ctrl-] problem > Also , :tab sball is not a solution. >

Re: Open each file in newtab (without using -p)

2006-08-23 Thread A.J.Mechelynck
Groleo Marius wrote: On 8/23/06, David Fishburn <[EMAIL PROTECTED]> wrote: :tab new c:\temp\whatever.txt :) that is mentioned in :help, and i dont see how it solves the :e or ctrl-] problem Also , :tab sball is not a solution. I wonder if a tabpage has a maximum number of windows it can hold.

Re: Open each file in newtab (without using -p)

2006-08-23 Thread Groleo Marius
On 8/23/06, David Fishburn <[EMAIL PROTECTED]> wrote: :tab new c:\temp\whatever.txt :) that is mentioned in :help, and i dont see how it solves the :e or ctrl-] problem Also , :tab sball is not a solution. I wonder if a tabpage has a maximum number of windows it can hold. If that could be set

RE: Open each file in newtab (without using -p)

2006-08-23 Thread David Fishburn
> -Original Message- > From: Groleo Marius [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 23, 2006 12:11 PM > To: vim@vim.org > Subject: Open each file in newtab (without using -p) > > I can't find any reference to the $subject, nor on web nor in :help.

Re: Open each file in newtab (without using -p)

2006-08-23 Thread Yakov Lerner
On 8/23/06, Groleo Marius <[EMAIL PROTECTED]> wrote: I can't find any reference to the $subject, nor on web nor in :help. Basically, I'm searching for a method to open a new file in its own tab. Opening a new file might mean :e or a CTRL-] To remap :e to open file in new tab ... there is a sol

Open each file in newtab (without using -p)

2006-08-23 Thread Groleo Marius
I can't find any reference to the $subject, nor on web nor in :help. Basically, I'm searching for a method to open a new file in its own tab. Opening a new file might mean :e or a CTRL-] -- Regards, Groleo!