aboutsummaryrefslogtreecommitdiff
path: root/vim/doc/strip_trailing_whitespace.txt
Commit message (Collapse)AuthorAgeFilesLines
* Spin off strip_trailing_whitespace Vim pluginTom Ryder2018-05-311-46/+0
|
* Correct monospaced blocks in Vim plugin docsTom Ryder2018-01-081-1/+1
| | | | Close unclosed blocks, and remove an unwanted block.
* Flesh out strip_trailing_whitespace.vim helpTom Ryder2017-11-121-6/+21
|
* Apply boilerplate to Vim plugin docsTom Ryder2017-11-121-5/+21
| | | | | | The DESCRIPTION heading for each of these is filled out now, but some of them probably need a bit more explanation. The mail_mutt.txt plugin is good, though.
* Add :StripTrailingWhitespace commandTom Ryder2017-11-071-0/+3
| | | | | This is optional; if the user's Vim doesn't have the 'user_commands' feature, the command will just quietly not be created.
* Add short documentation for new custom pluginsTom Ryder2017-11-041-0/+12
I'm using the plugin_name.txt syntax suggested by the Vim documentation. That may change in future as I study plugins written by experienced authors like Tim Pope. There will almost certainly be a lot more detail to add to each of these.