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.
1 parent 761406e commit 5edf9e2Copy full SHA for 5edf9e2
test/utils/async-helper.vader
@@ -31,7 +31,8 @@ Execute (set up async helper):
31
if has_key(b:, 'OmniSharp_UpdateChangeTick')
32
unlet b:OmniSharp_UpdateChangeTick
33
endif
34
- call OmniSharpTestAwait('OmniSharp#actions#buffer#Update', [])
+ call OmniSharpTestAwait('OmniSharp#actions#buffer#Update',
35
+ \ [{'Callback': function('s:CallbackStopWaiting')}])
36
endfunction
37
38
function! OmniSharpTestCleanupBuffer() abort
0 commit comments