aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/gitcommit.vim
Commit message (Collapse)AuthorAgeFilesLines
* Add reformatting analogue to quote mappingsTom Ryder2018-07-161-0/+6
|
* Add missing <buffer> to mail quote unmapsTom Ryder2018-07-151-3/+3
|
* Check for +autocmd before gitcommit ftplugin hooksTom Ryder2018-07-151-1/+1
|
* Adaptive 'colorcolumn' for gitcommit filetypeTom Ryder2018-07-141-0/+10
|
* Add mail quote maps for gitcommit and markdownTom Ryder2018-07-141-0/+13
|
* Overhaul after/ftpluginTom Ryder2018-07-101-4/+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 ftplugin check, lint, tidyTom Ryder2018-07-091-7/+3
| | | | | | | | | | | | - 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-13/+9
| | | | Mostly to simplify them--remove a lot of the load-guard cruft.
* Wrap comments with `gq` in Git commit messagesTom Ryder2018-07-071-1/+1
| | | | | | | | I like quoting things in Git commit messages, as if they were mail messages. This was supposed to be fixed in commit a5b8367, but I didn't add all the necessary flags.
* Add 'c' flag to 'formatoptions' for gitcommitTom Ryder2018-07-021-1/+1
| | | | This is so that quotes wrap pleasantly.
* Make Vim ftplugin preamble consistent with pluginsTom Ryder2018-07-011-1/+4
|
* Conform all after/ftplugin filesTom Ryder2018-06-301-3/+6
|
* Join some b:undo_ftplugin addendaTom Ryder2018-06-301-2/+1
|
* Refactor ftplugins into single filesTom Ryder2018-06-301-0/+14
Each thereby effectively becomes its own .vimrc for that type.