Skip to content

v0.8.5

Compare
Choose a tag to compare
@SidOfc SidOfc released this 21 May 17:01
· 341 commits to master since this release
82de473

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