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