aboutsummaryrefslogtreecommitdiff
path: root/vim/compiler
Commit message (Collapse)AuthorAgeFilesLines
* Use :compiler scripts for makeprg setupTom Ryder2017-11-192-0/+22
I didn't know about :compiler until now. From :help write-compiler-plugin: > A compiler plugin sets options for use with a specific compiler. The > user can load it with the |:compiler| command. The main use is to set > the 'errorformat' and 'makeprg' options. Vim even has "perl" and "tidy" compilers already that seem to work really well. I'll just add in my own and install them.