mirror of
https://github.com/keith/swift.vim.git
synced 2025-12-17 12:00:25 +01:00
@@ -197,7 +197,7 @@ func foo<T: Sequence>() {
|
||||
|
||||
init(argv: UnsafePointer<CString>, count: CInt) {
|
||||
for i in 1..count {
|
||||
let index = Int(i);
|
||||
let index = Int(i)
|
||||
let arg = String.fromCString(argv[index])
|
||||
arguments.append(arg)
|
||||
}
|
||||
@@ -237,3 +237,12 @@ override func prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject!) {}
|
||||
|
||||
client.host = "example.com"
|
||||
client.pathPrefix = "/foo/"
|
||||
|
||||
func foo () {
|
||||
override func loadView() {
|
||||
super.loadView()
|
||||
if foo {
|
||||
foobar
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user