mirror of
https://github.com/keith/swift.vim.git
synced 2025-12-17 12:00:25 +01:00
Handle multiple closure indents
This commit is contained in:
@@ -314,6 +314,12 @@ guard let path = NSBundle.mainBundle().pathForResource(imageName, ofType: "png")
|
||||
{
|
||||
}
|
||||
|
||||
UIView.animateWithDuration(duration, delay: 0, usingSpringWithDamping: 0.8, initialSpringVelocity: 0, options: .CurveEaseInOut, animations: {
|
||||
view.backgroundColor = UIColor.redColor()
|
||||
}) { finished in
|
||||
print("indent?")
|
||||
}
|
||||
|
||||
// Indent last line should hold
|
||||
self.init(className: "Item", dictionary: [
|
||||
"identifier": item.identifier,
|
||||
|
||||
Reference in New Issue
Block a user