Skip to content

Commit d641260

Browse files
committed
copen was broken
(Multiple Definitions Returned natebosch#449) natebosch#449 71181e0
1 parent 250f270 commit d641260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/lsc/reference.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function! s:GoTo(label, mods, issplit, result) abort
2626
let l:location = a:result[0]
2727
elseif type(a:result) == type([]) && len(a:result) > 1
2828
call s:setQuickFixLocations('Definitions', a:result)
29-
call copen()
29+
copen
3030
else
3131
let l:location = a:result
3232
endif

0 commit comments

Comments
 (0)