aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v2.0.0'HEADv2.0.0masterTom Ryder2023-03-153-18/+61
|\ | | | | | | | | | | * release/v2.0.0: Complete rewrite of implementation Turn off line/column highlighting options too
| * Complete rewrite of implementationTom Ryder2023-03-151-34/+59
| | | | | | | | | | | | | | * Set a broader set of copy-friendly options * Use filter() to clear out non-existent options * Switch on value for 'showbreak' per Vim patch 8.1.2281 * Clean up comments
| * Turn off line/column highlighting options tooTom Ryder2023-03-141-0/+18
|/ | | | This can almost certainly be better-structured.
* Merge branch 'release/v1.0.0'v1.0.0Tom Ryder2019-05-254-44/+40
|\ | | | | | | | | | | | | | | | | * release/v1.0.0: Add <unique> attribute to maps Add missing mode prefix to maps Move code out to autoload functions Inline load guard conditionals Drop support for Vim 6.x
| * Bump VERSIONTom Ryder2019-05-251-1/+1
| |
| * Add <unique> attribute to mapsTom Ryder2019-05-251-3/+3
| |
| * Add missing mode prefix to mapsTom Ryder2019-05-251-3/+3
| |
| * Move code out to autoload functionsTom Ryder2019-05-252-35/+34
| |
| * Inline load guard conditionalsTom Ryder2019-05-251-4/+1
| |
| * Drop support for Vim 6.xTom Ryder2019-05-252-2/+2
| |
| * Merge branch 'release/v0.7.0' into developTom Ryder2019-05-091-1/+1
| |\
* | \ Merge branch 'release/v0.7.0'v0.7.0Tom Ryder2019-05-094-7/+7
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v0.7.0: Remove unneeded variable scoping Switch to two-spacing
| * | Bump VERSIONTom Ryder2019-05-091-1/+1
| |/
| * Remove unneeded variable scopingTom Ryder2019-05-091-2/+2
| |
| * Switch to two-spacingTom Ryder2019-05-092-4/+4
| |
| * Merge branch 'release/v0.6.0' into developTom Ryder2018-07-121-1/+1
| |\ | | | | | | | | | | | | * release/v0.6.0: Bump VERSION
* | \ Merge branch 'release/v0.6.0'v0.6.0Tom Ryder2018-07-123-8/+8
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v0.6.0: Bump VERSION Parenthesize plugin maps
| * | Bump VERSIONTom Ryder2018-07-121-1/+1
| |/
| * Parenthesize plugin mapsTom Ryder2018-07-122-7/+7
| |
| * Merge branch 'release/0.5.0' into developTom Ryder2018-06-271-1/+1
| |\ | | | | | | | | | | | | * release/0.5.0: Bump VERSION
* | \ Merge branch 'release/0.5.0'v0.5.0Tom Ryder2018-06-273-34/+8
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | * release/0.5.0: Bump VERSION Update documentation date Remove <unique> attribute from mappings Remove leading colon from example mapping Remove user commands
| * | Bump VERSIONTom Ryder2018-06-271-1/+1
| |/
| * Update documentation dateTom Ryder2018-06-271-1/+1
| |
| * Remove <unique> attribute from mappingsTom Ryder2018-06-271-3/+3
| |
| * Remove leading colon from example mappingTom Ryder2018-06-271-1/+1
| |
| * Remove user commandsTom Ryder2018-06-272-28/+2
|/
* Update VERSIONv0.4.1Tom Ryder2018-06-171-1/+1
|
* Update updated date and version numberTom Ryder2018-06-171-1/+1
|
* Bump VERSIONv0.4.0Tom Ryder2018-06-171-1/+1
|
* Use s: not <SID>Tom Ryder2018-06-171-2/+2
|
* Add version guardTom Ryder2018-06-171-1/+1
|
* Rename to README.mdTom Ryder2018-06-171-0/+0
|
* Add VERSIONv0.3.0Tom Ryder2018-06-071-0/+1
|
* Check for existence of s:showbreak_save var firstTom Ryder2018-06-071-2/+4
|
* Add missing parens to func callsv0.2.0Tom Ryder2018-06-071-3/+3
|
* Correct a commentTom Ryder2018-06-071-1/+1
|
* Clear cache variable on useTom Ryder2018-06-071-0/+1
|
* Initial commitv0.1.0Tom Ryder2018-05-313-0/+134
Copied with minimal changes from tejr's dotfiles suite, v0.36.0.