Skip to content

Commit 0d72875

Browse files
committed
Use definition#Find() callback in HTTP mode
1 parent 58b83bf commit 0d72875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/OmniSharp/actions/definition.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function! OmniSharp#actions#definition#Find(...) abort
2727
let loc = OmniSharp#py#Eval('gotoDefinition()')
2828
if OmniSharp#py#CheckForError() | return 0 | endif
2929
" We never come from metadata here
30-
return s:CBGotoDefinition(opts, loc, 0)
30+
return Callback(loc, 0)
3131
endif
3232
endfunction
3333

0 commit comments

Comments
 (0)