Skip to content

Commit

Permalink
fix bug in guru vim script
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Henke committed Dec 3, 2016
1 parent 08c881d commit 041b6ea
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 041b6ea

Please sign in to comment.