This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
Release v1.1.0
All changes of this release are documented here.
Bug Fixes
-
renderer: Trigger on
BufReadPre
instead ofBufWinEnter
. (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
- docs: Generate vimdoc. (
6842104
)