Skip to content

Commit f0305b3

Browse files
committed
Accept extra argument from ...project#Get callback
Fixes #850, #852
1 parent 9c12ecc commit f0305b3

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)