Re: [Vim-latex-devel] How Do I Enable Latex-Suite on Styles (cls, sty)?
Brought to you by:
srinathava,
tmaas
From: Alessandro P. <ale...@la...> - 2012-04-16 07:38:51
|
> I've put > > augroup filetypedetect > " Some LaTeX types > au! BufRead,BufNewFile *.cls setfiletype tex > au! BufRead,BufNewFile *.lco setfiletype tex > augroup END > > in my ".vim/filetype.vim" and > > syntax on > filetype plugin on > > in my ".vimrc". Then I'm at a loss... does latex-suite get loaded if you open one of those files and manually set the filetype? If it does, than probably those lines aren't executed. For what it's worth, I've tested that autocmd on my machine and it works fine. Alessandro -- If God had intended for email to be written in HTML, then the traditional signoff of prayers would be </amen> -- Tom Liston |