Skip to content

Commit

Permalink
Merge pull request #2799 from bhcleek/implements/fix-list
Browse files Browse the repository at this point in the history
implements: pass the last argument to go#list#ParseFormat
  • Loading branch information
bhcleek authored Apr 1, 2020
2 parents 95373fb + 9233d7b commit d72748b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/go/implements.vim
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function! s:parse_output(exit_val, output, title) abort

let errformat = ",%f:%l:%c:\ %m"
let l:listtype = go#list#Type("GoImplements")
call go#list#ParseFormat(l:listtype, errformat, a:output, a:title)
call go#list#ParseFormat(l:listtype, errformat, a:output, a:title, 0)

let errors = go#list#Get(l:listtype)
call go#list#Window(l:listtype, len(errors))
Expand Down

0 comments on commit d72748b

Please sign in to comment.