Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests(lua/on_yank): assert conditions that fail correctly #15495 | notomo | 2021-08-27 |
| | | | | The test added in 274a3504a790a799b28ee89c75e29fb4dbdff41f does not fail if the code changes are reverted. | ||
* | fix(lua): verify buffer in highlight.on_yank (#15482) | notomo | 2021-08-26 |
Resolve an issue with deferred clearing of highlight failing if the buffer is deleted before the timeout by checking whether the buffer is valid first. |