update lightline syntastic check on save of js and py files

This commit is contained in:
Thomas Ruoff
2016-07-25 23:29:08 +02:00
parent b9ffc06a13
commit ea5e50eaaf

2
vimrc
View File

@@ -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