From c08a0d5ec77d966b4a08e18a46dcbbb01444f4cf Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Mon, 16 Feb 2015 14:34:35 -0500 Subject: [PATCH] undo aggregate errors and new gonyet vim --- .vim/syntax_checkers/go/gonyet.vim | 2 +- .vimrc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.vim/syntax_checkers/go/gonyet.vim b/.vim/syntax_checkers/go/gonyet.vim index 8561190..3c703c5 100644 --- a/.vim/syntax_checkers/go/gonyet.vim +++ b/.vim/syntax_checkers/go/gonyet.vim @@ -23,7 +23,7 @@ function! SyntaxCheckers_go_gonyet_IsAvailable() dict endfunction function! SyntaxCheckers_go_gonyet_GetLocList() dict - let makeprg = 'go-nyet ' . expand('%:p:h') . '/' + let makeprg = 'go-nyet ' . expand('%:p') let errorformat = '%f:%l:%c:%m' " The go compiler needs to either be run with an import path as an diff --git a/.vimrc b/.vimrc index a9d5345..6555139 100644 --- a/.vimrc +++ b/.vimrc @@ -177,7 +177,6 @@ let g:syntastic_go_checkers=['go', 'govet', 'gonyet', 'golintc'] let g:syntastic_always_populate_loc_list = 1 let g:syntastic_auto_loc_list = 2 let g:syntastic_loc_list_height = 10 -let g:syntastic_aggregate_errors = 1 " E111 = Spaces should be multiples of 4. I use 2. " * Configure browser for haskell_doc.vim