Skip to content

Commit

Permalink
Accept extra argument from ...project#Get callback
Browse files Browse the repository at this point in the history
  • Loading branch information
nickspoons committed Oct 11, 2023
1 parent 9c12ecc commit f0305b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/OmniSharp/actions/test.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set cpoptions&vim

let s:runningTest = 0

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

0 comments on commit f0305b3

Please sign in to comment.