aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/strip_trailing_whitespace.vim
Commit message (Expand)AuthorAgeFilesLines
* Move lots of local Vim config into vim/afterTom Ryder2017-11-121-2/+1
* Add :StripTrailingWhitespace commandTom Ryder2017-11-071-2/+9
* Use consistent comment layout for Vim pluginsTom Ryder2017-11-061-1/+2
* Restore some judicious \m\C hedging in VimTom Ryder2017-11-061-2/+2
* Remove \m\C prefix from inapplicable VimL regexesTom Ryder2017-11-061-2/+2
* Don't report lines deleted after stripping spaceTom Ryder2017-11-051-1/+1
* Add short-circuit boilerplate to pluginsTom Ryder2017-11-041-43/+46
* Merge branch 'feature/space-dots' into developTom Ryder2017-11-041-1/+1
|\
| * Use spaces around concat dots in VimL consistentlyTom Ryder2017-11-041-1/+1
* | Adjust plugin code layout a lotTom Ryder2017-11-041-1/+4
|/
* Use same comment boilerplate for custom pluginsTom Ryder2017-11-041-0/+5
* Don't suggest mappings in Vim plugin commentsTom Ryder2017-11-041-2/+0
* Use <Plug> prefix, make space strip configurableTom Ryder2017-11-041-4/+6
* Move trailing space strip config into pluginTom Ryder2017-11-031-0/+57