v0.8.5
What's Changed
- BREAKING: remove
buffer.cancel_synchronization()
by @SidOfc in #27 - Improvement: replace vim.fn.readdir with util.scandir implementation by @SidOfc in #26
- Fix: broken highlight reset on delete cancel due to regression in #25 by @SidOfc in #28
Description
Fixes a regression which broke clearing of delete highlighting on cancel.
Also removed a redundant method and implemented a utility method alternative
which uses vim.loop.fs_scan* instead of vim.fn.readdir.
Full Changelog: v0.8.4...v0.8.5