undo aggregate errors and new gonyet vim
This commit is contained in:
parent
d6e8fb17c0
commit
c08a0d5ec7
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
1
.vimrc
1
.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue