Skip to content

Commit

Permalink
Fix GoMetaLinter file paths in quicklist window
Browse files Browse the repository at this point in the history
Pretty much the same as fatih#1381
  • Loading branch information
jeromenerf authored Aug 9, 2017
1 parent dfd8604 commit 9c45e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/go/lint.vim
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function! go#lint#Gometa(autosave, ...) abort

let meta_command = join(cmd, " ")

let out = go#tool#ExecuteInDir(meta_command)
let out = go#util#System(meta_command . ' ' . go#util#Shellescape(go#package#ImportPath()))

let l:listtype = "quickfix"
if go#util#ShellError() == 0
Expand Down

0 comments on commit 9c45e34

Please sign in to comment.