Re: autocmd fails for a filetype

2010-02-03 Thread Tim Johnson
* Matt Wozniski [100203 06:58]: > On Wed, Feb 3, 2010 at 12:14 AM, Tim Johnson wrote: <..> > See :help new-filetype, but the problem is basically just caused by > you using ":setf newlisp" instead of ":set filetype=newlisp". What > actually going wrong for you is that your check was coming after

Re: autocmd fails for a filetype

2010-02-03 Thread Matt Wozniski
On Wed, Feb 3, 2010 at 12:14 AM, Tim Johnson wrote: > * Tim Johnson [100202 17:27]: >> I'm using vim normal version, gvim huge version both of >> version number 7.2 on slackware 13.0. >> >> I have the following lines in my .vimrc >> autocmd BufNewFile,BufRead *.lsp       setf newlisp >> autocmd Bu

Re: autocmd fails for a filetype

2010-02-02 Thread Tim Johnson
* Tim Johnson [100202 17:27]: > I'm using vim normal version, gvim huge version both of > version number 7.2 on slackware 13.0. > > I have the following lines in my .vimrc > autocmd BufNewFile,BufRead *.lsp setf newlisp > autocmd BufNewFile,BufRead *.lspso ~/.vim/syntax/newlisp.vim

autocmd fails for a filetype

2010-02-02 Thread Tim Johnson
I'm using vim normal version, gvim huge version both of version number 7.2 on slackware 13.0. I have the following lines in my .vimrc autocmd BufNewFile,BufRead *.lsp setf newlisp autocmd BufNewFile,BufRead *.lspso ~/.vim/syntax/newlisp.vim autocmd BufRead,BufNewFile *.lsp setlocal