When I run :
gvim -p *.xyz
I find that not all files are opened in tabs.
It feels, like a kind of tab limit?
But ! When I try to open unopened with :
:tabnew
it is opened next to previous tabs - it works !
How to make gvim -p ...
to open all files without need of opening those above limit manually with :tabnew
?
Btw. Is this limit somewhere written ? Possible to be configured?
:tabprev
from your first tab? – gdw2 Feb 02 '12 at 18:15:tabprev
:tabnext
. There are not there. There are10
tabs maximum when I open withgvim -p
. If I want more I need to add them manually with ::tabnew
. Problem is present invim -p
as well. – Grzegorz Wierzowiecki Feb 03 '12 at 13:19