aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/help.vim
Commit message (Collapse)AuthorAgeFilesLines
* 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-11/+2
| | | | Mostly to simplify them--remove a lot of the load-guard cruft.
* Disable concealing when editing Vim helpTom Ryder2018-07-081-0/+21