Skip to content

Commit

Permalink
lint: fix regression of adding path
Browse files Browse the repository at this point in the history
  • Loading branch information
fatih committed Oct 2, 2015
1 parent 8e372df commit 9caa7fa
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 @@ -42,7 +42,7 @@ function! go#lint#Gometa(path_to_lint) abort
let path = a:path_to_lint
endif

let meta_command .= path
let meta_command .= " " . path
else
" the user wants something else, let us use it.
let meta_command = g:go_metalinter_command
Expand Down

0 comments on commit 9caa7fa

Please sign in to comment.