aboutsummaryrefslogtreecommitdiff
path: root/doc/strip_trailing_whitespace.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v3.3.0'HEADv3.3.0masterTom Ryder2023-03-211-1/+1
| | | | | * release/v3.3.0: Match [:space:] and all Unicode spaces
* Move functions into autoloadTom Ryder2019-05-251-2/+2
| | | | This adds a dependency on Vim >=7.0.
* Switch to two-spacingTom Ryder2019-05-121-5/+5
|
* Overhaul for new versionTom Ryder2018-07-201-14/+13
| | | | | | Refactor completely, mostly for clarity of code rather than speed. Also accept a range and deal with vertical whitespace trimming intelligently based on its value.
* Parenthesize plugin mapTom Ryder2018-07-121-3/+3
|
* Remove mention of user command from docsTom Ryder2018-06-271-5/+4
|
* Remove leading colon for mapping exampleTom Ryder2018-06-271-1/+1
|
* Adjust documentation on reportingTom Ryder2018-06-271-1/+2
|
* Remove user commandTom Ryder2018-06-271-9/+2
|
* Refactor majorly for 0.2.0v0.2.0Tom Ryder2018-06-101-3/+2
| | | | | | | - Do report counts of trimmed and deleted lines (and distinguish them accurately) - Fully backport to 6.0 (no cursor() func in that version) - Don't substitute on lines without trailing space
* Initial commitv0.1.0Tom Ryder2018-05-311-0/+54
Copied with minimal changes from tejr's dotfiles suite, v0.36.0.