Skip to content

Commit

Permalink
copen was broken
Browse files Browse the repository at this point in the history
(Multiple Definitions Returned natebosch#449)
natebosch#449
71181e0
  • Loading branch information
kohnish committed Mar 3, 2023
1 parent 250f270 commit d641260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/lsc/reference.vim
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function! s:GoTo(label, mods, issplit, result) abort
let l:location = a:result[0]
elseif type(a:result) == type([]) && len(a:result) > 1
call s:setQuickFixLocations('Definitions', a:result)
call copen()
copen
else
let l:location = a:result
endif
Expand Down

0 comments on commit d641260

Please sign in to comment.