Re: Getting rid of Vim's startup screen

2001-03-07 Thread Jonathan Gift
D-Man wrote: > | > > | >Put 'set shortmess=I' (or 'set shm=I') in your ~/.vimrc. > | > | Bah, turns out the default is 'shortmess=filnxtToO' (intuitive, huh?), > | so you need to add to that, not replace it. 'set shortmess=filnxtToOI' > > better yet, > > set shortmess+=I > That works as well.

Re: Getting rid of Vim's startup screen

2001-03-06 Thread D-Man
On Fri, Mar 02, 2001 at 03:37:45PM +, Colin Watson wrote: | [EMAIL PROTECTED] (Colin Watson) wrote: | >"Colin Cashman" <[EMAIL PROTECTED]> wrote: | >>Every time I start Vim with a new file, I get an intro screen. How do I | >>surpress that? | > | >Put 'set shortmess=I' (or 'set shm=I') in your

Re: Getting rid of Vim's startup screen

2001-03-02 Thread Jonathan Gift
Glyn Millington wrote: > > > > set nocompatible > > > > which was stopping it. That removed and shm=I worked fine. > > > > A vi thing. I don't know why. > > Tread carefully, this isn't the only thing it effects! > Thanks. I had it off before. I had actually just turned it on earlier in the

Re: Getting rid of Vim's startup screen

2001-03-02 Thread Glyn Millington
On Fri, Mar 02, 2001 at 04:45:25PM +0100, thus spake Jonathan Gift: > Colin Watson wrote: > > > > > >Put 'set shortmess=I' (or 'set shm=I') in your ~/.vimrc. > > > > Bah, turns out the default is 'shortmess=filnxtToO' (intuitive, huh?), > > so you need to add to that, not replace it. 'set shortmes

Re: Getting rid of Vim's startup screen

2001-03-02 Thread Jonathan Gift
Colin Watson wrote: > > > >Put 'set shortmess=I' (or 'set shm=I') in your ~/.vimrc. > > Bah, turns out the default is 'shortmess=filnxtToO' (intuitive, huh?), > so you need to add to that, not replace it. 'set shortmess=filnxtToOI' > should work better. I had seen that and it didn't work. By star

Re: Getting rid of Vim's startup screen

2001-03-02 Thread Colin Watson
[EMAIL PROTECTED] (Colin Watson) wrote: >"Colin Cashman" <[EMAIL PROTECTED]> wrote: >>Every time I start Vim with a new file, I get an intro screen. How do I >>surpress that? > >Put 'set shortmess=I' (or 'set shm=I') in your ~/.vimrc. Bah, turns out the default is 'shortmess=filnxtToO' (intuitive,

Re: Getting rid of Vim's startup screen

2001-03-01 Thread Colin Watson
"Colin Cashman" <[EMAIL PROTECTED]> wrote: >Every time I start Vim with a new file, I get an intro screen. How do I >surpress that? Put 'set shortmess=I' (or 'set shm=I') in your ~/.vimrc. Cheers, -- Colin Watson [EMAIL PROTECTED]

Getting rid of Vim's startup screen

2001-03-01 Thread Colin Cashman
Every time I start Vim with a new file, I get an intro screen. How do I surpress that?