aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/html
Commit message (Expand)AuthorAgeFilesLines
* Missed an ftplugin map: HTML URL linkingTom Ryder2018-06-251-9/+0
* Move all local bindings out into .vimrcTom Ryder2018-06-252-18/+0
* Use autoload function for tidy filtersTom Ryder2018-06-171-13/+6
* Use autoload function for temp-makeprg :lmakeTom Ryder2018-06-171-19/+6
* Arrange for tidiers to hold window positionTom Ryder2018-06-171-1/+8
* Completely overhaul after/ftplugin filesTom Ryder2018-06-173-59/+67
* Use short-circuit for no-mapping checkTom Ryder2018-06-163-54/+54
* Use `function!` consistently in ftpluginsTom Ryder2018-06-162-26/+22
* Use case-insensitive Vim ==#Tom Ryder2018-06-043-3/+3
* Don't load my HTML ftplugins for Markdown typesTom Ryder2018-06-043-3/+15
* Force g:current_compiler removal before check/lintTom Ryder2017-11-191-0/+1
* Use quickfix window for check/lintTom Ryder2017-11-191-2/+2
* Use :compiler quickfix systems for Vim/HTML lintTom Ryder2017-11-191-1/+14
* Correct URL link function name in HTML ftpluginTom Ryder2017-11-151-2/+2
* Add guards for presence of b:undo_* varTom Ryder2017-11-123-18/+38
* Move lots of local Vim config into vim/afterTom Ryder2017-11-123-0/+105