summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2012-01-29 21:58:08 -0500
committerJune McEnroe <june@causal.agency>2012-01-29 21:58:08 -0500
commitfa0cd7902640364791c882d62876b922f006e287 (patch)
tree9a7dae0bfd2dd6c8d619bc62711926f69fdd88bc /.vimrc
parentUpdate to Quicktask 1.1 (diff)
downloadsrc-fa0cd7902640364791c882d62876b922f006e287.tar.gz
src-fa0cd7902640364791c882d62876b922f006e287.zip
Don't show Syntastic errors automatically
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
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