NeogitOrg / neogit

An interactive and powerful Git interface for Neovim, inspired by Magit
MIT License
4.08k stars 241 forks source link

Address race condition when opening file #1422

Closed CKolkey closed 4 months ago

CKolkey commented 4 months ago

Use schedule_wrap on the opening command to help prevent a race condition where the edit command is run before the neogit buffer is closed, resulting in the file being opened in the neogit window... then closed.

Addressing #1419