Skip to content

Commit

Permalink
Merge pull request #1136 from jdhenke/master
Browse files Browse the repository at this point in the history
fix bug in guru vim script
  • Loading branch information
fatih authored Dec 17, 2016
2 parents 0eaa355 + 93984b3 commit 86adc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/go/guru.vim
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function! s:guru_cmd(args) range abort
if exists('g:go_guru_tags')
let tags = get(g:, 'go_guru_tags')
call extend(cmd, ["-tags", tags])
call result.tags = tags
let result.tags = tags
endif

" some modes require scope to be defined (such as callers). For these we
Expand Down

0 comments on commit 86adc49

Please sign in to comment.