aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Don't deselect after CTRL+C to copyThomas Buckley-Houston2017-06-15
|
* Paste over selection / And <Alt-o> for normal modeThomas Buckley-Houston2017-06-12
| | | | | | | So when you paste something and there's an active selection of text then the selection is replaced by that which is pasted. Also, includes <Alt-o> for normal mode shortcut to `:`
* Millisecond delay before checking &buftypeThomas Buckley-Houston2017-06-12
| | | | | | | | | | | | Fixes bug where some buffers, well actually a lot of buffers, don't immediately set their &buftype/&modifiable/&readonly state. Hopefully now any buffer like NERD_Tree, Fugitive's GBlame, Vim-Plug's update buffer, quicklist, location, etc, etc. This has been a looooong standing bug. It makes me very hapy to fix this. I've set the delay to 1 millisecond, so be prepared that more is needed.
* Fix test runnerThomas Buckley-Houston2017-06-10
|
* Add custom test command for TravisThomas Buckley-Houston2017-05-30
|
* Formalise plugin: functions, autoload, testsThomas Buckley-Houston2017-05-30
|
* This plugin is not a rebellionThomas Buckley-Houston2017-05-22
|
* README notes about interoperabilityThomas Buckley-Houston2017-05-17
|
* Use `behave mswin`, improves selection behaviourThomas Buckley-Houston2017-05-16
| | | | Also updated README
* Better rules for entering insertmodeThomas Buckley-Houston2017-05-16
|
* Initial commit. Basic plugin and start of docsThomas Buckley-Houston2017-05-15