aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/html.vim
Commit message (Collapse)AuthorAgeFilesLines
* Remove boilerplate after/ftplugin load guardsTom Ryder2018-11-291-2/+2
| | | | | | | | 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.
* Wrap autocmd! clear for ft=mail in :executeTom Ryder2018-11-291-2/+2
| | | | See commit 0748687.
* Add timestamp augroup clearing to Vim ft=htmlTom Ryder2018-11-291-0/+1
|
* Abbreviate Vim ft=html autocmd clearingTom Ryder2018-11-291-1/+1
|
* Correct indentation in a few vim/after scriptsTom Ryder2018-11-261-3/+3
|
* Improve a comment on HTML URL linksTom Ryder2018-08-071-1/+1
|
* Overhaul after/ftpluginTom Ryder2018-07-101-10/+5
| | | | | | 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.
* Clear b:current_compiler on unloadTom Ryder2018-07-091-0/+1
|
* Overhaul ftplugin check, lint, tidyTom Ryder2018-07-091-10/+14
| | | | | | | | | | | | - Set 'equalprg' for HTML and Perl - Discard filter#Stable() - Set default :compiler for all applicable filetypes - Change local leader mappings for Perl and shell script merely to set :compiler, rather than running it - Bind global leader mapping for running :lmake! - Bind global leader mappings for applying 'equalprg' and 'formatprg' to the whole buffer, using a new autoloaded helper function vimrc#Anchor() to avoid the cursor jumping around
* Overhaul base after-ftpluginsTom Ryder2018-07-081-20/+7
| | | | Mostly to simplify them--remove a lot of the load-guard cruft.
* Make Vim ftplugin preamble consistent with pluginsTom Ryder2018-07-011-1/+4
|
* Merge HTML timestamp into after/ftplugin/html.vimTom Ryder2018-07-011-0/+12
| | | | | I don't see myself breaking this out into its own ftplugin, and the Makefile can be simpler this way.
* Refactor ftplugins into single filesTom Ryder2018-06-301-0/+27
| | | | Each thereby effectively becomes its own .vimrc for that type.
* Move vim/after/ftplugin files into vim/ftpluginTom Ryder2017-10-301-11/+0
| | | | | | | | | None of the settings in here need to be run after the core configuration files are loaded, so I'll put them in a slightly more accessible or logical place. This adds a new target `install-vim-ftplugin`, and makes that a prerequisite of the `install-vim` target.
* Remove blank lines at end of filesTom Ryder2016-03-281-1/+0
|
* Use surround commands to get current wordTom Ryder2015-06-171-1/+1
|
* Add tidy(1) function with \vTom Ryder2015-06-171-0/+3
|
* Add a function to make quick linksTom Ryder2015-06-171-0/+9