Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlight glitch if I press r followed by d #92

Open
rockyzhang24 opened this issue Apr 21, 2023 · 0 comments
Open

Highlight glitch if I press r followed by d #92

rockyzhang24 opened this issue Apr 21, 2023 · 0 comments

Comments

@rockyzhang24
Copy link

rockyzhang24 commented Apr 21, 2023

Neovim version 0.9

My git-messenger config:

local g = vim.g

g.git_messenger_no_default_mappings = 1
g.git_messenger_always_into_popup = 1
g.git_messenger_popup_content_margins = 0
g.git_messenger_conceal_word_diff_marker = 0
g.git_messenger_floating_win_opts = {
  border = 'single',
}

How to reproduce:

  1. Execute :GitMessenger
  2. In the floating window, press r to open the window showing the word diff
  3. Press r again to close the word diff window
  4. Press d, then the highlights for diff stuff are failed

A short demo below:

Screen.Recording.2023-04-21.at.15.28.10.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant