We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c12ecc + f0305b3 commit cc61169Copy full SHA for cc61169
autoload/OmniSharp/actions/test.vim
@@ -3,7 +3,7 @@ set cpoptions&vim
3
4
let s:runningTest = 0
5
6
-function! s:BindTest(bufnr, Callback) abort
+function! s:BindTest(bufnr, Callback, ...) abort
7
if !s:CheckCapabilities() | return | endif
8
if !has_key(OmniSharp#GetHost(a:bufnr), 'project')
9
" Initialize the test by fetching the project for the buffer - then call
0 commit comments