diff vim/vimrc @ 155:1cacc16689cb

Updated syntastic, upgraded `vimrc` to new settings.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 20 Nov 2013 21:52:58 -0800
parents 8e555c4986cd
children 7fd22eb11789
line wrap: on
line diff
--- a/vim/vimrc	Wed Nov 20 20:26:30 2013 -0800
+++ b/vim/vimrc	Wed Nov 20 21:52:58 2013 -0800
@@ -228,7 +228,7 @@
 let g:ctrlp_cache_dir = s:vim_home.'/cache'
 
 " Use `pyflakes` with `syntastic`.
-let g:syntastic_python_checker = 'pyflakes'
+let g:syntastic_python_checkers = ['pyflakes']
 
 " Custom Mercurial commands highlighting in Lawrencium.
 let g:lawrencium_hg_commands_file_types = {