pwntester / octo.nvim

Edit and review GitHub issues and pull requests from the comfort of your favorite editor
MIT License
2.33k stars 125 forks source link

BUG: Diff Highlight is lost in PR review when saving a comment #307

Closed iabdelkareem closed 2 years ago

iabdelkareem commented 2 years ago

Issue Description

Type: bug report

Describe what happened (or what feature you want)

When performing PR review, after writing and saving a comment the diff highlights are lost

Describe what you expected to happen

Diff highlights remain

How to reproduce it (as minimally and precisely as possible)

  1. Start a review "Octo review start/resume"
  2. Add a comment (default ca)
  3. Write something and save the buffer
  4. Switch to the diff window

Tell us your environment

Nvim v0.7.2 Fedora 37

Anything else we need to know?

No

pwntester commented 2 years ago

Thanks for reporting the issue @iabdelkareem can you please check if latest commit fixes it?

iabdelkareem commented 2 years ago

Thank you for your responsiveness it works perfectly now ^^ @pwntester