Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bind K in Vim help to jump to tag | Tom Ryder | 2018-08-07 | 1 | -0/+11 |
| | |||||
* | Check for +conceal before setting 'conceallevel' | Tom Ryder | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | Overhaul after/ftplugin | Tom Ryder | 2018-07-10 | 1 | -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-ftplugins | Tom Ryder | 2018-07-08 | 1 | -11/+2 |
| | | | | Mostly to simplify them--remove a lot of the load-guard cruft. | ||||
* | Disable concealing when editing Vim help | Tom Ryder | 2018-07-08 | 1 | -0/+21 |