aboutsummaryrefslogtreecommitdiff
path: root/vim/compiler/php.vim
Commit message (Collapse)AuthorAgeFilesLines
* Refine version check for :compiler scriptsTom Ryder2019-05-291-1/+1
| | | | | | | The %:S modifier for shell escaping was added in 7.4.191, and the nicer syntax for checking patch levels not much later in 7.4.237. Bring the minimum version of Vim for the compiler scripts down just a bit, since it's not too much more reading and can still stay on one line.
* Overhaul Vim :compiler scriptsTom Ryder2019-05-291-15/+3
| | | | | | | | * Drop support for everything before Vim 8.0; this is mostly because of the requirement of %:S for safe 'makeprg' handling; it's not likely that I'll do much development on anything older than v8.0 anymore * Remove :CompilerSet definition for ancient Vims * Add brief comments and URLs to top of file
* Split long lines with version/patch check patternTom Ryder2019-05-171-1/+2
|
* Break up long lines in PHP Vim compiler scriptTom Ryder2019-05-171-4/+9
|
* Remove unnecessary g: prefixes to Vim variablesTom Ryder2019-05-091-2/+2
|
* Add option terminators or equivs to :compilersTom Ryder2018-08-191-2/+2
|
* Add local copy of php.vim compilerTom Ryder2018-06-171-0/+23
Slightly adapted; doesn't load at all if &compatible