SECTION 28 – QUICKFIX 28.1. How do I build programs from Vim?
:make” command to build programs from Vim. The “:make” command runs the program specified by the ‘makeprg’ option. For more information, read :help 30.1 :help make_makeprg :help ‘makeprg’ :help ‘makeef’ :help :make :help quickfix 28.2. When I run the make command in Vim I get the errors listed as the compiler compiles the program.