diff options
author | June McEnroe <programble@gmail.com> | 2012-01-29 21:58:08 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2012-01-29 21:58:08 -0500 |
commit | 29c4823373cca14a73d2d080b3c444aceb0b9611 (patch) | |
tree | 9a7dae0bfd2dd6c8d619bc62711926f69fdd88bc | |
parent | Update to Quicktask 1.1 (diff) | |
download | src-29c4823373cca14a73d2d080b3c444aceb0b9611.tar.gz src-29c4823373cca14a73d2d080b3c444aceb0b9611.zip |
Don't show Syntastic errors automatically
-rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc index 65b4046d..78557059 100644 --- a/.vimrc +++ b/.vimrc @@ -80,7 +80,7 @@ autocmd InsertLeave * setlocal list " Syntastic options let g:syntastic_check_on_open=1 let g:syntastic_enable_signs=0 -let g:syntastic_auto_loc_list=1 +let g:syntastic_auto_loc_list=2 " Custom maps let g:buffergator_suppress_keymaps=1 |