mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-04 06:57:23 +01:00
Merge branch 'master' into jenipapo
This commit is contained in:
2
vimrc
2
vimrc
@@ -394,7 +394,7 @@ endfunction
|
|||||||
|
|
||||||
augroup AutoSyntastic
|
augroup AutoSyntastic
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd BufWritePost *.c,*.cpp call s:syntastic()
|
autocmd BufWritePost *.c,*.cpp,*.js,*.py call s:syntastic()
|
||||||
augroup END
|
augroup END
|
||||||
function! s:syntastic()
|
function! s:syntastic()
|
||||||
SyntasticCheck
|
SyntasticCheck
|
||||||
|
|||||||
Reference in New Issue
Block a user