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 58b83bf commit 0d72875Copy full SHA for 0d72875
autoload/OmniSharp/actions/definition.vim
@@ -27,7 +27,7 @@ function! OmniSharp#actions#definition#Find(...) abort
27
let loc = OmniSharp#py#Eval('gotoDefinition()')
28
if OmniSharp#py#CheckForError() | return 0 | endif
29
" We never come from metadata here
30
- return s:CBGotoDefinition(opts, loc, 0)
+ return Callback(loc, 0)
31
endif
32
endfunction
33
0 commit comments