Comment Re:Shell support (Score 1) 308
You don't need that to compile and build files/projects, since vim can execute "make" and give you a nice list of results (warnings, errors). And you can jump to the locations of those errors/warnings by using the quickfix-window.
You might want to check out ":help :make" and ":help quickfix-window".