1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-25 23:02:35 +03:00

Remove unnec' constant

This commit is contained in:
Tae Won Ha 2018-05-06 14:08:18 +02:00
parent 18604251ae
commit 62feb16aac
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -230,5 +230,3 @@ extension NvimView {
.map { wins in NvimView.Tabpage(apiTabpage: tabpage, windows: wins, isCurrent: tabpage == currentTabpage) } .map { wins in NvimView.Tabpage(apiTabpage: tabpage, windows: wins, isCurrent: tabpage == currentTabpage) }
} }
} }
private let neoVimQuitTimeout = TimeInterval(5)