aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/gitcommit.vim
Commit message (Collapse)AuthorAgeFilesLines
* 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.