Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Millisecond delay before checking &buftype | Thomas Buckley-Houston | 2017-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 runner | Thomas Buckley-Houston | 2017-06-10 |
| | |||
* | Formalise plugin: functions, autoload, tests | Thomas Buckley-Houston | 2017-05-30 |