ilyachur/cmake4vim

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!

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.

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.

chreg commented

Hi @ilyachur

thank you for the response and the update. I will test this next week and tell the results afterwards.

Best Regards
chreg

Hi @chreg,

Did you have a chance to check the solution for the issue?

@chreg I will close the ticket because I didn't get a response for a long time.
Feel free to reopen it if you have any questions.