aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/php
Commit message (Collapse)AuthorAgeFilesLines
* Add `php -l` check binding for PHP filetypeTom Ryder2017-11-201-0/+57
Interestingly, the :compiler for the "php" filetype doesn't include the % or %:S bit in the `makeprg`, but that's easily worked around by moving that logic into the check script itself.