Skip to content

Commit

Permalink
fix arguments to jobcontrol#s:spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
bhcleek committed Sep 13, 2017
1 parent 262fb63 commit 503c1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/go/jobcontrol.vim
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ endfunction
" a job is started a reference will be stored inside s:jobs. spawn changes the
" GOPATH when g:go_autodetect_gopath is enabled. The job is started inside the
" current files folder.
function! s:spawn(bang, desc, args, for) abort
function! s:spawn(bang, desc, for, args) abort
let status_type = a:args[0]
let status_dir = expand('%:p:h')
let started_at = reltime()
Expand Down

0 comments on commit 503c1c6

Please sign in to comment.