Please complete these steps and check these boxes (by putting an x
inside
the brackets) before filing your issue:
vim --version
.:YcmDebugInfo
.:YcmToggleLogs
command.vim -Nu /path/to/YCM/vimrc_ycm_minimal
, including what I
expected to happen and what actually happened.install.py
(or cmake
/make
/ninja
) including its invocationThank you for adhering to this process! It ensures your issue is resolved quickly and that neither your nor our time is needlessly wasted.
Provide a clear description of the problem, including the following key questions:
Include steps to reproduce here.
vim -Nu /path/to/YCM/ycm_vimrc_minimal
:edit test.py
.....
Include description of a minimal test case, including any actual code required to reproduce the issue.
If you made changes to
vimrc_ycm_minimal
, pase them here:
<contents of ycm_vimrc_minimal>
Include description of the expected behaviour.
Include description of the observed behaviour, including actual output, screenshots, etc.
vim --version
Paste output here
YcmDebugInfo
Paste output here
YcmDiags
Paste output here
git rev-parse HEAD
in YouCompleteMe installation directorypaste output here
Reproduce the issue with
vim -Nu /path/to/YCM/vimrc_ycm_minimal
, which enabled debug logging and other useful diagnostics. Include a link to a gist containing all of the log files listed by:YcmToggleLogs
.
Include system information here.
Include link to a gist containing the invocation and entire output of
install.py
if reporting an installation issue.