# HG changeset patch # User Steve Losh # Date 1291992120 18000 # Node ID edd3e758a0c82ae512f26e9d8650e32ace224b21 # Parent f6ef53ed31028f76b5ed09adee25680c68c8c8d6 vim: ignore html and python for syntastic diff -r f6ef53ed3102 -r edd3e758a0c8 vim/.vimrc --- a/vim/.vimrc Wed Dec 08 17:11:43 2010 -0500 +++ b/vim/.vimrc Fri Dec 10 09:42:00 2010 -0500 @@ -339,6 +339,7 @@ " Syntastic let g:syntastic_enable_signs=1 +let g:syntastic_disabled_filetypes = ['html', 'python'] nmap :ErrorsToggle command! ErrorsToggle call ErrorsToggle()