mirror of
https://github.com/neovim/neovim.git
synced 2026-02-16 17:30:41 +10:00
Problem: Decoration provider `on_line` handler is invoked for diff filler line below the last buffer line. This does not match the documentation: "called for each buffer line". Solution: Check `end_fill`.