aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/awk.vim
Commit message (Collapse)AuthorAgeFilesLines
* Remove doubleup in Awk ftpluginTom Ryder2018-08-231-9/+0
| | | | | | The after/ftplugin version does exactly the same things as the primary ftplugin version does; this file should have been removed in commit a2f8dea.
* Overhaul after/ftpluginTom Ryder2018-07-101-4/+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-12/+4
| | | | Mostly to simplify them--remove a lot of the load-guard cruft.
* Make Vim ftplugin preamble consistent with pluginsTom Ryder2018-07-011-1/+4
|
* Join some b:undo_ftplugin addendaTom Ryder2018-06-301-2/+1
|
* Refactor ftplugins into single filesTom Ryder2018-06-301-0/+17
Each thereby effectively becomes its own .vimrc for that type.