aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v0.5.0'HEADv0.5.0masterTom Ryder2018-06-282-1/+10
|\ | | | | | | | | | | * release/v0.5.0: Bump VERSION Revert "Remove useless cursor restoration code"
| * Bump VERSIONTom Ryder2018-06-281-1/+1
| |
| * Revert "Remove useless cursor restoration code"Tom Ryder2018-06-281-0/+9
|/ | | | | | | This reverts commit 4c7a6b1e5640e8979dda8dd0553a232745501bad. :join keeps the cursor on the same line, but moves to the first non-blank column. I didn't notice this at first.
* Bump VERSIONv0.4.1Tom Ryder2018-06-251-1/+1
|
* Remove default remappingv0.4.0Tom Ryder2018-06-252-10/+6
| | | | This should be in .vimrc regardless.
* 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.