Hacker News new | ask | show | jobs
by nitrogen 5950 days ago
Use the :make command so that vim knows about the errors. Then use :clist to list errors, :cnext to go to the next error, etc. :help clist and :help make will get you started.