edenzik / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

Opening over 10 files in tabs #208

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
IMPORTANT! Before creating a new Issue please search the old Issues for
duplicates and read the ReportingBugs wiki page.  Also, please do not use
this page to ask questions, instead post to the vim_mac mailing list.
There are more people on that list that can answer questions.  Only file an
issue if you have found a bug.  (You can safely delete this text now that
you have read it and enter an issue report.  Thank you for taking the time
to report new bugs!)

What steps will reproduce the problem?
From the command, type mvim -p <files>, with files being 11 or more file 
names.

What is the expected output? What do you see instead?
I expect to have one tab per file, with some kind of mechanism to list the 
hidden tabs to avoid having 400 tabs in one window.
I see only 10 tabs, and an error when trying to :wq on the last apparent tab, 
since I have to edit one more buffer.

What version of MacVim and OS X are you using (see "MacVim->About 
MacVim"
and  "Apple Menu->About This Mac" menu items, e.g. "Snapshot 40, 
10.5.6
Intel")?
Snapshot 49, 10.5.8

Please provide any additional information below.

Original issue reported on code.google.com by cyrilrbt on 24 Aug 2009 at 6:42

GoogleCodeExporter commented 9 years ago
Please always search through the help before reporting a new issue!  This topic 
has
been covered in many many places, e.g. in the "hints" section of ":help macvim".

You have to set 'tabpagemax' to something larger.

Original comment by bjorn.winckler@gmail.com on 24 Aug 2009 at 7:16

GoogleCodeExporter commented 9 years ago
Oh, sorry, I only checked in the Issues for that...
Thanks alot! 

Original comment by cyrilrbt on 24 Aug 2009 at 7:29