Skip to content

Commit cc61169

Browse files
authored
Merge pull request #853 from nickspoons/bugfix/bind-test-args
Accept extra argument from ...project#Get callback
2 parents 9c12ecc + f0305b3 commit cc61169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/OmniSharp/actions/test.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set cpoptions&vim
33

44
let s:runningTest = 0
55

6-
function! s:BindTest(bufnr, Callback) abort
6+
function! s:BindTest(bufnr, Callback, ...) abort
77
if !s:CheckCapabilities() | return | endif
88
if !has_key(OmniSharp#GetHost(a:bufnr), 'project')
99
" Initialize the test by fetching the project for the buffer - then call

0 commit comments

Comments
 (0)