1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 03:25:03 +03:00

GH-297 Reformat

This commit is contained in:
Tae Won Ha 2016-11-20 21:55:51 +01:00
parent a1c7db04d7
commit 1a3c348528
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -7,9 +7,9 @@ import Cocoa
// See http://stackoverflow.com/a/24104371 for class
public protocol NeoVimViewDelegate: class {
func neoVimStopped()
func set(title: String)
func set(dirtyStatus: Bool)
func cwdChanged()
func neoVimStopped()
}