Skip to content

Commit

Permalink
Configure syntastic
Browse files Browse the repository at this point in the history
  • Loading branch information
cedriclombardot committed Sep 20, 2011
1 parent 35f21fa commit 6a65458
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,12 @@ endfunction
autocmd BufWritePre *.php,*.yml,*.xml,*.js,*.html,*.css,*.java,*.c,*.cpp,*.vim :call StripTrailingWhitespace()

" Syntastic
"let g:syntastic_enable_signs = 1
"let g:syntastic_auto_loc_list = 1
"let g:syntastic_quiet_warnings=0
"set statusline+=%#warningmsg#
"set statusline+=%{SyntasticStatuslineFlag()}
"set statusline+=%*
let g:syntastic_enable_signs = 1
let g:syntastic_auto_loc_list = 1
let g:syntastic_quiet_warnings=0
set statusline+=%#warningmsg#
set statusline+=%{SyntasticStatuslineFlag()}
set statusline+=%*

" Tab mappings.
map <leader>te :tabedit
Expand Down
2 changes: 1 addition & 1 deletion syntastic
Submodule syntastic updated from 88dbca to cf6aa9

0 comments on commit 6a65458

Please sign in to comment.