aboutsummaryrefslogtreecommitdiff
path: root/plugin
Commit message (Collapse)AuthorAgeFilesLines
* Complete overhaul for new major releaseTom Ryder2019-06-191-18/+71
| | | | Fixes -o, -O, and -S related issues.
* Simplify 'cursorline' reset syntaxTom Ryder2019-06-191-1/+1
|
* Use :set rather than :let where practicalTom Ryder2019-06-131-2/+2
|
* Add :tabfirst command to go back to first tabTom Ryder2019-06-101-1/+1
|
* Add documentary commentsTom Ryder2019-06-101-0/+23
|
* Rearrange autocmdsTom Ryder2019-06-101-4/+4
|
* Backport to Vim 7.0Tom Ryder2019-06-101-1/+1
| | | | :tabdo and :windo don't accept ranges in old Vim.
* Support tabs on startup as well as windowsTom Ryder2019-06-101-2/+2
|
* Refactor and simplify, remove autoloadTom Ryder2019-06-101-24/+7
| | | | | | Drop support for local values for 'cursorline'. I think I'm getting better at this.
* Add commentsTom Ryder2019-05-301-4/+13
|
* Restore BufEnter hookTom Ryder2019-05-301-0/+2
| | | | | The bug still shows up. Opening a window a second time onto an existing buffer doesn't restore the cursorline.
* Remove BufEnter hookTom Ryder2019-05-301-2/+2
| | | | Let's see if this bug still shows up.
* Run load and restore functions only with multiwinTom Ryder2019-05-301-6/+6
|
* Merge autocmd definitionsTom Ryder2019-05-301-6/+2
|
* Remove support for g:cursorline_current_insertTom Ryder2019-05-301-6/+4
| | | | | I don't use it, and I'm not sure it's terribly useful; I might put it back if there's a good way to leverage the hooks for it.
* Strip comments out from plugin fileTom Ryder2019-05-301-16/+10
| | | | We'll put some back later on.
* Factor out functions into autoloadTom Ryder2019-05-301-37/+5
| | | | | | This isn't actually very helpful at the moment, because the autoload file gets included on VimEnter. I'm hoping that I can defer that in most circumstances.
* Remove overzealous load guard checksTom Ryder2019-05-251-4/+1
|
* Remove unneeded variable scopingTom Ryder2019-05-091-7/+7
|
* Switch to two-spacingTom Ryder2019-05-091-2/+2
|
* 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
|
* Add FocusLost/FocusGained hooksTom Ryder2018-08-051-3/+3
|
* Correct backwards loop-skipping conditionTom Ryder2018-08-041-1/+1
|
* First versionv0.1.0Tom Ryder2018-08-041-0/+76