aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin/php.vim
Commit message (Collapse)AuthorAgeFilesLines
* Consistently require 'nocompatible' for ftpluginsTom Ryder2018-06-161-13/+1
|
* Correct a comment in ftplugin/php.vimTom Ryder2018-06-041-1/+1
|
* Replace ftplugin/php.vim with custom versionTom Ryder2018-02-011-0/+38
| | | | | | | Per the comment in the new file, this is to avoid loading in HTML ftplugins as well, a curiosity of the stock ftplugin/php.vim file that's probably a well-intentioned way of accommodating templated files with a mix of PHP and HTML in them.
* Move filetype-specific indent options into indent/Tom Ryder2017-10-301-6/+0
| | | | | | I'm still getting used to the structure of the configuration here, and had mistakenly put these indent-related settings into files in the ftplugin directory.
* Add some more file-specific indent preferencesTom Ryder2017-10-301-0/+6
For some languages in which I write often: C, HTML, Perl, PHP, and shell scripts. All of these values presently match the defaults specified in config/indent.vim, but for languages I commonly use it's probably appropriate to have files to set the indent settings explicitly anyway, especially if we switched from a filetype with different values.