1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00

Remove ready flag

This commit is contained in:
Tae Won Ha 2018-05-05 22:47:39 +02:00
parent f8ff172265
commit 6684168716
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -154,8 +154,6 @@ class UiBridge {
.disposed(by: self.disposeBag)
case .nvimReady:
self.isNvimReady = true
self.runLocalServerAndNvimCompletable?(.completed)
self.runLocalServerAndNvimCompletable = nil
@ -414,8 +412,6 @@ class UiBridge {
private var nvimServerProc: Process?
private var isNvimReady = false
private var initialWidth = 40
private var initialHeight = 20