mirror of
https://github.com/neovim/neovim.git
synced 2026-02-22 18:30:39 +10:00
Problem: QuitPre is triggered before :wq writes the file, which is
different from other commands.
Solution: Trigger QuitPre after writing the file. (closes vim/vim#8279)
1174b018a6