I see tabpagemax is set to 10. try changing that value..
On 10/3/06, Mark Woodward <[EMAIL PROTECTED]> wrote:
Hi all, On Tue, 03 Oct 2006 16:46:27 +0200 "A.J.Mechelynck" <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > I thought that this would be easy, but I can not figure it out. > > I have had a simple Windows CMD file for a long time to open > > several files in VIM. > > Each one gets its own window. > > Now with V7.0 I would like to have a simple batch file to open the > > files in one window, but with tabs. > > > > I have found some complicated discussions in the archive about > > Windows and tabs, but > > they don't seem to fit. > > > > Thank you for any help. > > > > > > > > > > Tom Hertneky > > > gvimtabs.bat > > gvim -p %1 %2 %3 %4 %5 %6 %7 %8 %9 > > Of course it won't work with Vim 6 or earlier. > > > Best regards, > Tony. Tony, I just tried 'gvim -p *.php' from a dir containing 46 php files. Vim only opened 10 tabs (but does have all 46 in the bufferlist). 10 tabs is more than enough, but I'm wondering if this is a setting somewhere? ie why aren't there 46 tabs? -- Mark
