1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-26 23:36:08 +03:00
This commit is contained in:
Tae Won Ha 2020-01-18 16:42:04 +01:00
parent 02d6ef4ced
commit 42b6426eab
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -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