Closed whatacold closed 4 years ago
I've just noticed that there is a ivy-auto-select-single-candidate
option from #20 , after creating this. With that merged, this bug doesn't exist any more.
If you merge that, please just ignore and close this PR.
Sorry this package is no longer maintained. If you have an issue, please send it to https://github.com/FelipeLema/emacs-counsel-gtags
Hi,
There is a nasty bug here that bothers me for some time, today I've figured out why: it's because we use
with-ivy-window
when we don't callivy-read
for the only candidate.It can be reproduced by:
ivy-switch-buffer
M-x counsel-gtags-dwim
on any symbol, then you will see the buffer is shown in the window of step 2.