lambdalisue / vim-gina

👣 Asynchronously control git repositories in Neovim/Vim 8
http://www.vim.org/scripts/script.php?script_id=5531
MIT License
689 stars 27 forks source link

Keep the flag of BufWriteCmd on :wq command #291

Closed itchyny closed 3 years ago

itchyny commented 3 years ago

Vim 8.2.2900 changed the event order on :wq command. This fixes #290.

lambdalisue commented 3 years ago

Thanks a lot!