mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-26 15:25:14 +03:00
Merge branch 'master' into issue/221-ligatures
This commit is contained in:
commit
30fac15852
@ -16,8 +16,8 @@ class PrefStore: Store {
|
||||
|
||||
private static let compatibleVersion = "38"
|
||||
private static let defaultEditorFont = NeoVimView.defaultFont
|
||||
static let minimumEditorFontSize = NeoVimView.maxFontSize
|
||||
static let maximumEditorFontSize = NeoVimView.minFontSize
|
||||
static let minimumEditorFontSize = NeoVimView.minFontSize
|
||||
static let maximumEditorFontSize = NeoVimView.maxFontSize
|
||||
|
||||
private let source: Observable<Any>
|
||||
private let disposeBag = DisposeBag()
|
||||
|
Loading…
Reference in New Issue
Block a user