1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-25 06:06:21 +03:00

Prevent Discard dialog when Neovim server stops

This commit is contained in:
Ezequiel Rosas 2017-07-07 11:45:20 -05:00
parent 36651acf37
commit fba7b37eba

View File

@ -409,6 +409,7 @@ extension MainWindow {
func neoVimStopped() {
self.isClosing = true
self.windowController.close()
self.set(dirtyStatus: false)
self.emit(self.uuidAction(for: .close))
if let cliPipePath = self.cliPipePath {