aboutsummaryrefslogtreecommitdiff
path: root/plugin
Commit message (Collapse)AuthorAgeFilesLines
* Allow -bar after commandTom Ryder2019-06-111-1/+1
|
* Rename autoloaded interface functionTom Ryder2019-06-011-1/+1
|
* Move functions into autoloadTom Ryder2019-05-251-112/+2
| | | | This adds a dependency on Vim >=7.0.
* Use less worrisome name for a variableTom Ryder2019-05-121-6/+6
| | | | This appeases vint.
* Remove unneeded variable scopingTom Ryder2019-05-121-36/+36
|
* Don't report deleted lines as trimmedTom Ryder2018-07-201-7/+13
|
* Handle ranges correctlyTom Ryder2018-07-201-2/+2
|
* Overhaul for new versionTom Ryder2018-07-201-62/+90
| | | | | | 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-1/+1
|
* Fix another edge caseTom Ryder2018-07-081-1/+1
|
* Give cutoff point a sensible starting valueTom Ryder2018-07-081-1/+1
| | | | | This was causing blank buffers to mis-report the number of deleted lines. You can't delete line 1 (well, not really).
* Restrict to normal modeTom Ryder2018-06-291-1/+1
|
* Add <unique> attributeTom Ryder2018-06-291-1/+1
|
* Add version guardTom Ryder2018-06-291-0/+3
|
* Remove unneeded <unique> attributeTom Ryder2018-06-271-1/+1
|
* Remove user commandTom Ryder2018-06-271-9/+2
|
* Refactor majorly for 0.2.0v0.2.0Tom Ryder2018-06-101-20/+44
| | | | | | | - 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/+75
Copied with minimal changes from tejr's dotfiles suite, v0.36.0.