How to load a file into a tab with 'vim file'

2006-10-31 Thread Meino Christian Cramer
Hi, The subject says it all :) I want to load a file into a tab when starting vim from the console (termulator under X) with that file given on the commandline. Another thing (not included in the subject :O))) When starting vim as above but without an argument and loading a file into

Re: How to load a file into a tab with 'vim file'

2006-10-31 Thread Bill McCarthy
On Tue 31-Oct-06 9:47pm -0600, Meino Christian Cramer wrote: I want to load a file into a tab when starting vim from the console (termulator under X) with that file given on the commandline. You always get a tab. If there's only one tab, the little tabs don't show (unless 'stal' is set to

Re: How to load a file into a tab with 'vim file'

2006-10-31 Thread A.J.Mechelynck
Meino Christian Cramer wrote: Hi, The subject says it all :) Files are _always_ loaded into tabs in Vim 7 with +windows (i.e. in any Vim 7 executable except tiny versions); however if 'showtabline' is 0 the tab bar is never shown (but you can still switch tabs), and if it is 1 (the