aboutsummaryrefslogtreecommitdiff
path: root/vim/after/indent/awk.vim
Commit message (Collapse)AuthorAgeFilesLines
* Refactor indent macros into autoload functionTom Ryder2019-12-181-1/+1
| | | | Much nicer.
* Put common indent setting patterns in macrosTom Ryder2019-12-181-7/+1
|
* Add more space-preferred filetypesTom Ryder2019-12-101-0/+8
|
* Pare down after/indent scripts a fair bitTom Ryder2018-11-291-7/+0
| | | | | More overzealous undo-setting. I should wait until it becomes an actual issue.
* Set missing b:undo_indent instructions for AWKTom Ryder2018-11-251-0/+7
Switching filetypes from "awk" to another type doesn't load the indentation of the new type, due to the absence of this setting.