On Fri, Mar 02, 2001 at 03:37:45PM +0000, 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 ~/.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

(I just wanted to mention the "+=" operator, the intro message doesn't
bother me so I have never RTFM'd shortmess)

-D

Reply via email to