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:
parent
f8ff172265
commit
6684168716
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user