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:
parent
36651acf37
commit
fba7b37eba
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user