git.nvim icon indicating copy to clipboard operation
git.nvim copied to clipboard

GIt commit different behavior

Open mario-amazing opened this issue 3 years ago • 2 comments

I have different behavior on Git commit. When I haven't a file in the git index, Git commit show it in the current window image But when I have a file in it, git.nvim creates new float window(slower than behavior above) image

Could you remove float window behavior for better performance?


Fugitive hasn't a floating window as well. image

mario-amazing avatar Aug 25 '22 13:08 mario-amazing

Could you please give me more details here:

  • Which command did you use?
  • How to reproduce the bug?

dinhhuy258 avatar Aug 26 '22 05:08 dinhhuy258

I'm using <cmd>Git commit<CR> Reproduce:

https://user-images.githubusercontent.com/9537753/186863221-080c77cf-c648-440a-8b6c-86337c090836.mov

  1. Run Git commit without (git add) -> result -> no float window
  2. Change something -> run git add . -> run git commit -> result -> loading floating window

mario-amazing avatar Aug 26 '22 08:08 mario-amazing