aboutsummaryrefslogtreecommitdiff
path: root/vim/after/indent/awk.vim
Commit message (Collapse)AuthorAgeFilesLines
* 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.