# HG changeset patch # User Ludovic Chabant # Date 1438156068 25200 # Node ID a333541a5c740a0b9695cc1ea6de4fc7a3b5bcd3 # Parent 50fbd059a6a18160f16bd8ffd5661410375ca2c8 Syntastic config changes. diff -r 50fbd059a6a1 -r a333541a5c74 vim/vimrc --- a/vim/vimrc Wed Jul 29 00:27:03 2015 -0700 +++ b/vim/vimrc Wed Jul 29 00:47:48 2015 -0700 @@ -256,6 +256,10 @@ " Syntastic {{{ +let g:syntastic_auto_loc_list = 1 +let g:syntastic_check_on_open = 1 +let g:syntastic_check_on_wq = 0 + " flake8 includes pyflakes, pep8, and mccabe " I could maybe replace pyflakes with frosted? let g:syntastic_python_checkers = ['flake8'] ", 'pylint']