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

Remove unnec' code

This commit is contained in:
Tae Won Ha 2016-07-05 20:03:14 +02:00
parent ac47d0a23e
commit 5b55c9522d
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -32,8 +32,4 @@ public class NeoVim {
deinit {
self.xpcConnection.invalidate()
}
public func vimInput(input: String) {
self.xpc.vimInput(input)
}
}