Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct indentation in a few vim/after scripts | Tom Ryder | 2018-11-26 | 1 | -1/+1 |
| | |||||
* | Use consistent format for local leader mappings | Tom Ryder | 2018-08-14 | 1 | -8/+16 |
| | |||||
* | Add reformatting analogue to quote mappings | Tom Ryder | 2018-07-16 | 1 | -0/+6 |
| | |||||
* | Add missing <buffer> to mail quote unmaps | Tom Ryder | 2018-07-15 | 1 | -3/+3 |
| | |||||
* | Check for +autocmd before gitcommit ftplugin hooks | Tom Ryder | 2018-07-15 | 1 | -1/+1 |
| | |||||
* | Adaptive 'colorcolumn' for gitcommit filetype | Tom Ryder | 2018-07-14 | 1 | -0/+10 |
| | |||||
* | Add mail quote maps for gitcommit and markdown | Tom Ryder | 2018-07-14 | 1 | -0/+13 |
| | |||||
* | Overhaul after/ftplugin | Tom Ryder | 2018-07-10 | 1 | -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, tidy | Tom Ryder | 2018-07-09 | 1 | -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-ftplugins | Tom Ryder | 2018-07-08 | 1 | -13/+9 |
| | | | | Mostly to simplify them--remove a lot of the load-guard cruft. | ||||
* | Wrap comments with `gq` in Git commit messages | Tom Ryder | 2018-07-07 | 1 | -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 gitcommit | Tom Ryder | 2018-07-02 | 1 | -1/+1 |
| | | | | This is so that quotes wrap pleasantly. | ||||
* | Make Vim ftplugin preamble consistent with plugins | Tom Ryder | 2018-07-01 | 1 | -1/+4 |
| | |||||
* | Conform all after/ftplugin files | Tom Ryder | 2018-06-30 | 1 | -3/+6 |
| | |||||
* | Join some b:undo_ftplugin addenda | Tom Ryder | 2018-06-30 | 1 | -2/+1 |
| | |||||
* | Refactor ftplugins into single files | Tom Ryder | 2018-06-30 | 1 | -0/+14 |
Each thereby effectively becomes its own .vimrc for that type. |