aboutsummaryrefslogtreecommitdiff
path: root/vim/doc/strip_trailing_whitespace.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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.