Skip to content

Commit

Permalink
Updating syntastic config
Browse files Browse the repository at this point in the history
  • Loading branch information
roman committed Sep 23, 2011
1 parent 3d293a6 commit 60205ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/syntastic.vim
@@ -1,9 +1,9 @@
" Jump to the first error line when any
let g:syntastic_auto_jump = 1
" let g:syntastic_auto_jump = 1

" Show me the error list when there is an error
" and close it when there is none
let g:syntastic_auto_loc_list = 1
" let g:syntastic_auto_loc_list = 1

" Show me with signs where the errors are
let g:syntastic_enable_signs = 1

0 comments on commit 60205ac

Please sign in to comment.