mini diff not showing overlay when changes is in first line #1822
-
Contributing guidelines
Module(s)mini.diff QuestionI've been trying out mini.diff's toggle_overlay, but the overaly does not show when the change is on the first line, is there an option that I forgot to set?
|
Beta Was this translation helpful? Give feedback.
Answered by
echasnovski
May 24, 2025
Replies: 1 comment
-
It does show overlay of the changes in the first line, they are just off the screen (as documented). Press Unfortunately, it is how Neovim works: see neovim/neovim#16166 and this comment. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
echasnovski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It does show overlay of the changes in the first line, they are just off the screen (as documented). Press
<C-y>
(or<C-u>
, or<C-b>
) to reveal the virtual line above the first line.Unfortunately, it is how Neovim works: see neovim/neovim#16166 and this comment.