Skip to content

Commit a1b9672

Browse files
committed
(mini.animate) Fix outdated help.
1 parent 6b5a2db commit a1b9672

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/mini-animate.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Notes:
4343
|MiniAnimate.config.resize| for more details.
4444

4545
- Although all animations work in all supported versions of Neovim, scroll
46-
and resize animations have best experience with Neovim>=0.9 (current nightly
47-
release). This is due to updated implementation of |WinScrolled| event.
46+
and resize animations have best experience with Neovim>=0.9. This is due
47+
to updated implementation of |WinScrolled| event.
4848

4949
# Setup ~
5050

lua/mini/animate.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
--- |MiniAnimate.config.resize| for more details.
4444
---
4545
--- - Although all animations work in all supported versions of Neovim, scroll
46-
--- and resize animations have best experience with Neovim>=0.9 (current nightly
47-
--- release). This is due to updated implementation of |WinScrolled| event.
46+
--- and resize animations have best experience with Neovim>=0.9. This is due
47+
--- to updated implementation of |WinScrolled| event.
4848
---
4949
--- # Setup ~
5050
---

0 commit comments

Comments
 (0)