aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v0.5.0'v0.5.0Tom Ryder2019-05-253-6/+3
|\ | | | | | | | | | | * release/v0.5.0: Update date Remove overzealous load guard checks
| * Bump VERSIONTom Ryder2019-05-251-1/+1
| |
| * Update dateTom Ryder2019-05-251-1/+1
| |
| * Remove overzealous load guard checksTom Ryder2019-05-251-4/+1
| |
| * Merge branch 'release/v0.4.0' into developTom Ryder2019-05-091-1/+1
| |\
* | \ Merge branch 'release/v0.4.0'v0.4.0Tom Ryder2019-05-094-15/+15
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v0.4.0: Remove unneeded variable scoping Switch to two-spacing
| * | Bump VERSIONTom Ryder2019-05-091-1/+1
| |/
| * Remove unneeded variable scopingTom Ryder2019-05-091-7/+7
| |
| * Switch to two-spacingTom Ryder2019-05-093-7/+7
| |
| * Merge branch 'release/v0.3.0' into developTom Ryder2018-09-091-1/+1
| |\ | | | | | | | | | | | | * release/v0.3.0: Bump VERSION
* | \ Merge branch 'release/v0.3.0'v0.3.0Tom Ryder2018-09-092-16/+9
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v0.3.0: Call restore function on BufEnter Simplify suspend/restore funcs considerably
| * | Bump VERSIONTom Ryder2018-09-091-1/+1
| |/
| * Call restore function on BufEnterTom Ryder2018-09-091-2/+4
| | | | | | | | | | | | | | | | Reported by m_ben in #vim; if a window is opened onto a buffer that already exists, 'cursorline' is not locally restored. I think this has something to do with a value for the option being a property of the buffer rather than the window, so we force the option on at BufEnter time as well.
| * Simplify suspend/restore funcs considerablyTom Ryder2018-09-091-13/+4
| |
| * Merge branch 'release/v0.2.0' into developTom Ryder2018-08-051-1/+1
| |\ | | | | | | | | | | | | * release/v0.2.0: Bump VERSION
* | \ Merge branch 'release/v0.2.0'v0.2.0Tom Ryder2018-08-053-6/+7
|\ \ \ | | |/ | |/| | | | | | | | | | | | | * release/v0.2.0: Bump VERSION Update documentation on events Add FocusLost/FocusGained hooks
| * | Bump VERSIONTom Ryder2018-08-051-1/+1
| |/
| * Update documentation on eventsTom Ryder2018-08-051-2/+3
| |
| * Add FocusLost/FocusGained hooksTom Ryder2018-08-051-3/+3
| |
| * Merge branch 'hotfix/v0.1.1' into developTom Ryder2018-08-042-2/+2
| |\ | | | | | | | | | | | | | | | * hotfix/v0.1.1: Bump VERSION Correct backwards loop-skipping condition
* | \ Merge branch 'hotfix/v0.1.1'v0.1.1Tom Ryder2018-08-042-2/+2
|\ \ \ | |/ / |/| / | |/ | | | | * hotfix/v0.1.1: Bump VERSION Correct backwards loop-skipping condition
| * Bump VERSIONTom Ryder2018-08-041-1/+1
| |
| * Correct backwards loop-skipping conditionTom Ryder2018-08-041-1/+1
|/
* First versionv0.1.0Tom Ryder2018-08-044-0/+123