Documentation jump to errors/warnings
chreg opened this issue · 5 comments
chreg commented
Hello there,
could you extend the documentaiton on how to jump to errors/warnings, which keys/commands i should use. I am quite new to vim.
Thank you in advance!
ilyachur commented
Hi @chreg,
Thank you for the issue!
At the current moment I didn't implement jump to error functionality. At the current moment I use vim search in order to find CMake errors or warnings.
I will think about this improvements.
Thank you.
ilyachur commented
Hi @chreg,
This plugins handles cmake error messages and you can use quickfix list features to jump to next/previous error/warning messages
:cn[ext] #Jump to next error
:cp[revious] # Jump to previous error
I have updated README document. Thanks for this ticket, please confirm that solution works for your case.