Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Release v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Mar 13:32
· 12 commits to main since this release

All changes of this release are documented here.

Bug Fixes

  • renderer: Trigger on BufReadPre instead of BufWinEnter. (153535a)

  • enable: Do the initial render before creating renderer. (47a6836)

  • autocmds: Completely clear highlights and autocmds on disable. (44303dd)

  • ui: Remove the is_upper optimization. (e385638)

Documentation

  • readme: Add highlight section. (526c54c)

  • readme: Insert the missing colon. (01427ed)

  • readme: Move all link definitions at the bottom of the file. (38d1872)

  • init: Mention matchparen.vim with its full name. (6708e50)

Features

  • render: Return defer_fn's timer handle. (3285cf0)

House Keeping

Refactor

  • autocmd: Use the exists method instead of checking the id. (c2e965b)

  • autocmd: Instantiate with a spec table. (54137cb)

  • ui: Use vim.deep_equal to simplify the code. (bc4f9ea)