aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Move functions into autoloadTom Ryder2019-05-251-1/+1
| | | | This adds a dependency on Vim >=7.0.
* Switch to two-spacingTom Ryder2019-05-121-1/+1
|
* Overhaul for new versionTom Ryder2018-07-201-4/+3
| | | | | | 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.
* Remove mention of user command from docsTom Ryder2018-06-271-5/+4
|
* Adjust documentation on reportingTom Ryder2018-06-271-1/+2
|
* Remove user commandTom Ryder2018-06-271-1/+1
|
* Refactor majorly for 0.2.0v0.2.0Tom Ryder2018-06-101-0/+30
- 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