aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Correct doc headerv0.3.2Tom Ryder2018-06-231-1/+1
|
* Update documentation to reflect changesv0.3.1Tom Ryder2018-06-232-17/+8
| | | | | Also remove the part about the alternative implementation, it doesn't actually do everything this plugin does.
* Adjust map definition codev0.3.0Tom Ryder2018-06-231-6/+5
|
* Use l:cursor_line in :join command buildTom Ryder2018-06-231-1/+1
|
* Remove useless cursor restoration codeTom Ryder2018-06-231-9/+0
| | | | :join already keeps the cursor still.
* Remove useless user commandTom Ryder2018-06-232-13/+0
| | | | :join already keeps the cursor still, making this command useless.
* Silently cap join end to last line of bufferTom Ryder2018-06-231-1/+8
| | | | | This avoids raising an error if the user requests joining lines beyond the last line of the buffer.
* Bump VERSIONv0.2.2Tom Ryder2018-06-171-1/+1
|
* Correct variable namesTom Ryder2018-06-171-2/+2
|
* Update VERSIONv0.2.1Tom Ryder2018-06-171-1/+1
|
* Update updated dateTom Ryder2018-06-171-1/+1
|
* Add VERSIONv0.2.0Tom Ryder2018-06-171-0/+1
|
* Add Vim-6.0 compatible cursor() fallbackTom Ryder2018-06-171-2/+8
|
* Add version guardTom Ryder2018-06-171-0/+3
|
* Rename to README.mdTom Ryder2018-06-171-0/+0
|
* First commitv0.1.0Tom Ryder2018-05-303-0/+103
Copied with minimal changes from tejr's dotfiles suite, v0.35.0.