vim: ignore html and python for syntastic
    
        | author | 
        Steve Losh <steve@stevelosh.com> | 
    
    
        | date | 
        Fri, 10 Dec 2010 09:42:00 -0500 | 
    
    
    
        | parents | 
        f6ef53ed3102 
 | 
    
    
        | children | 
        8341feacc8f9
 | 
    
    
        | branches/tags | 
        (none) | 
    
    
        | files | 
        vim/.vimrc  | 
    
Changes
    
--- 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 <silent> <f3> :ErrorsToggle<cr>
 command! ErrorsToggle call ErrorsToggle()