Skip to content

Commit

Permalink
Add non-standard workspaces to package path list
Browse files Browse the repository at this point in the history
Allows guru tools to work with gb, godep, etc
  • Loading branch information
DeepAnchor committed May 18, 2016
1 parent 48cc65d commit d570e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/go/package.vim
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function! go#package#Paths()
let dirs += [s:goroot]
endif

let workspaces = split($GOPATH, go#util#PathListSep())
let workspaces = split(go#path#Detect(), go#util#PathListSep())
if workspaces != []
let dirs += workspaces
endif
Expand Down

0 comments on commit d570e89

Please sign in to comment.