diff options
Diffstat (limited to '_vimrc.local')
-rw-r--r-- | _vimrc.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_vimrc.local b/_vimrc.local index 7d82baf..9222acf 100644 --- a/_vimrc.local +++ b/_vimrc.local @@ -26,6 +26,6 @@ set clipboard= " syntastic settings let g:syntastic_always_populate_loc_list = 1 let g:syntastic_auto_loc_list = 1 -let g:syntastic_check_on_open = 1 +"let g:syntastic_check_on_open = 1 let g:syntastic_check_on_wq = 0 |