Closed beaugunderson closed 8 years ago
In a blank file, if I type this:
def foo(bar, baz, buzz)
and then hit the : key, I end up with this:
:
def foo(bar, baz, buzz):
(it dedents the last line incorrectly)
Thanks I'll look into this.
In a blank file, if I type this:
and then hit the
:
key, I end up with this:(it dedents the last line incorrectly)