You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched YCM's issue tracker to find issues similar to the one I'm
about to report and couldn't find an answer to my problem. (Example Google
search.)
If filing a bug report, I have included the output of vim --version.
If filing a bug report, I have included the output of :YcmDebugInfo.
If filing a bug report, I have attached the contents of the logfiles using
the :YcmToggleLogs command.
If filing a bug report, I have included which OS (including specific OS
version) I am using.
If filing a bug report, I have included a minimal test case that reproduces
my issue, using vim -Nu /path/to/YCM/vimrc_ycm_minimal, including what I
expected to happen and what actually happened.
If filing a installation failure report, I have included the entire output
of install.py (or cmake/make/ninja) including its invocation
I understand this is an open-source project staffed by volunteers and
that any help I receive is a selfless, heartfelt gift of their free time. I
know I am not entitled to anything and will be polite and courteous.
I understand my issue may be closed if it becomes obvious I didn't
actually perform all of these steps.
Thank you for adhering to this process! It ensures your issue is resolved
quickly and that neither your nor our time is needlessly wasted.
Issue Details
Provide a clear description of the problem, including the following key
questions:
What did you do?
vim -Nu /path/to/YCM/ycm_vimrc_minimal some-file.cpp
open the file in two separe tabs, e.g. Ctrl-wsCtrl-wT (or different files, it doesn't matter)
wait for the popup to come up on some identifier (or trigger it with a manual call to YCMHover)
gt twice
you'll see the popup hasn't closed; this is the reason for what I observe next;
gt
here there's no popup yet
repeat just step 3,
no popup opens, because the one on the other tab is still open
What did you expect to happen?
That a popup closes when I change tab, just like it closes when I change window. This in turn means that step 6 above would result in the popup being opened.
Issue Prelude
Please complete these steps and check these boxes (by putting an
xinsidethe brackets) before filing your issue:
Frequently Asked Questions section.
about to report and couldn't find an answer to my problem. (Example Google
search.)
vim --version.:YcmDebugInfo.the
:YcmToggleLogscommand.version) I am using.
my issue, using
vim -Nu /path/to/YCM/vimrc_ycm_minimal, including what Iexpected to happen and what actually happened.
of
install.py(orcmake/make/ninja) including its invocationthat any help I receive is a selfless, heartfelt gift of their free time. I
know I am not entitled to anything and will be polite and courteous.
actually perform all of these steps.
Thank you for adhering to this process! It ensures your issue is resolved
quickly and that neither your nor our time is needlessly wasted.
Issue Details
vim -Nu /path/to/YCM/ycm_vimrc_minimal some-file.cppYCMHover)That a popup closes when I change tab, just like it closes when I change window. This in turn means that step 6 above would result in the popup being opened.
Read repro steps.
Diagnostic data
Output of
vim --versionOutput of
YcmDebugInfoOutput of
YcmDiagsIrrelevant. It can as well be empty.
Output of
git rev-parse HEADin YouCompleteMe installation directoryContents of YCM, ycmd and completion engine logfiles
I think this is not needed here. Let me know if I'm mistaken.
OS version, distribution, etc.
Up-to-date Arch.
Output of build/install commands
Irrelevant, I believe.