aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/make.vim
Commit message (Collapse)AuthorAgeFilesLines
* Remove boilerplate after/ftplugin load guardsTom Ryder2018-11-291-5/+0
| | | | | | | | I'm likely going to move away from Vim 6.0 support, at least for all of this filetype stuff. We will keep the one filetype load guard we actually need, which is the HTML one, to stop plugins like markdown.vim from loading it.
* Update and configure for make_target.vimTom Ryder2018-07-121-1/+1
|
* Correct login around ftplugin/make.vim mappingsTom Ryder2018-07-101-4/+2
|
* Overhaul after/ftpluginTom Ryder2018-07-101-3/+2
| | | | | | Use .= operator to append to b:undo_ftplugin, as we're requiring Vim 7.0 or later everywhere here anyway. Also remove &compatible where we don't need line breaks.
* Overhaul base after-ftpluginsTom Ryder2018-07-081-14/+7
| | | | Mostly to simplify them--remove a lot of the load-guard cruft.
* Make Vim ftplugin preamble consistent with pluginsTom Ryder2018-07-011-1/+4
|
* Refactor ftplugins into single filesTom Ryder2018-06-301-0/+20
Each thereby effectively becomes its own .vimrc for that type.