Vanilla Vim with D

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Jun 18 05:36:04 PDT 2016


On Saturday, 18 June 2016 at 07:55:41 UTC, Dlangofile wrote:
> - compile from inside (rdmd or dmd right now)
> - jump in the code fixing the compilation errors?

:set makeprg=rdmd\ %


Do that to setup, then just

:make

to tell it to run that command and jump around to the errors it 
sees.


More information about the Digitalmars-d-learn mailing list