Re: [gentoo-user] Re: OT: .vimrc

2007-11-21 Thread Kenneth Prugh
On Wed, 21 Nov 2007 18:20:19 + (UTC) James <[EMAIL PROTECTED]> wrote: > Kenneth Prugh gmail.com> writes: > > > autocmd BufRead,BufNewFile *.cpp set ai(or whatever options you > > want?) > > > Here's my .vimrc file: > > autocmd BufRead,BufNewFile *.c set {ai, si, cindent, tabstop=3, > soft

[gentoo-user] Re: OT: .vimrc

2007-11-21 Thread James
Kenneth Prugh gmail.com> writes: > autocmd BufRead,BufNewFile *.cpp set ai(or whatever options you want?) Here's my .vimrc file: autocmd BufRead,BufNewFile *.c set {ai, si, cindent, tabstop=3, softtabstop=3} I get this error when I source the .vimrc file: source /home/james/.vimrc bash: aut