We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e372df commit 9caa7faCopy full SHA for 9caa7fa
autoload/go/lint.vim
@@ -42,7 +42,7 @@ function! go#lint#Gometa(path_to_lint) abort
42
let path = a:path_to_lint
43
endif
44
45
- let meta_command .= path
+ let meta_command .= " " . path
46
else
47
" the user wants something else, let us use it.
48
let meta_command = g:go_metalinter_command
0 commit comments