From ea5e50eaaf8f964cf798da70d32b975eddee7896 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 25 Jul 2016 23:29:08 +0200 Subject: [PATCH] update lightline syntastic check on save of js and py files --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 110c491..3bc463f 100644 --- a/vimrc +++ b/vimrc @@ -394,7 +394,7 @@ endfunction augroup AutoSyntastic autocmd! - autocmd BufWritePost *.c,*.cpp call s:syntastic() + autocmd BufWritePost *.c,*.cpp,*.js,*.py call s:syntastic() augroup END function! s:syntastic() SyntasticCheck