aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/help.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.
* Work around buggy old Vim 'help' ftplugin undoTom Ryder2018-08-161-0/+6
|
* Bind K in Vim help to jump to tagTom Ryder2018-08-071-0/+11
|
* Check for +conceal before setting 'conceallevel'Tom Ryder2018-07-111-1/+1
|
* 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