mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-28 08:13:17 +03:00
Wip
This commit is contained in:
parent
02d6ef4ced
commit
42b6426eab
@ -108,10 +108,8 @@ class OpenQuicklyWindow: NSObject,
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if windowIsOpen {
|
// already open, so do nothing
|
||||||
// already open, so do nothing
|
if windowIsOpen { return }
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
self.usesVcsIgnores = curWinState.usesVcsIgnores
|
self.usesVcsIgnores = curWinState.usesVcsIgnores
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user