aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/mail.vim
Commit message (Collapse)AuthorAgeFilesLines
* Overhaul base after-ftpluginsTom Ryder2018-07-081-11/+2
| | | | Mostly to simplify them--remove a lot of the load-guard cruft.
* Make Vim ftplugin preamble consistent with pluginsTom Ryder2018-07-011-1/+4
|
* Refactor ftplugins into single filesTom Ryder2018-06-301-0/+15
| | | | Each thereby effectively becomes its own .vimrc for that type.
* Move vim/after/ftplugin files into vim/ftpluginTom Ryder2017-10-301-2/+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
|
* No more auto-wrappingTom Ryder2014-12-031-3/+0
| | | | Annoys me more often than it helps
* formatoptions should not be set in vimrcTom Ryder2013-05-071-2/+5
| | | | I have learned my lesson
* Settings to make flowed plaintext work wellTom Ryder2013-05-031-0/+3
Thanks very much to W. Caleb McDaniel for his awesome Mutt page: <http://wcm1.web.rice.edu/mutt-tips.html>