This commit is contained in:
Kevin Sawicki
2012-10-24 14:36:46 -07:00
parent de1543619c
commit f995cbb45c

View File

@@ -854,7 +854,7 @@ class Editor extends View
break if _.isEqual(scopeStack[0...i], desiredScopes[0...i])
popScope()
# push on top of common prefix until scopStacks == desiredScopes
# push on top of common prefix until scopeStack == desiredScopes
for j in [i...desiredScopes.length]
pushScope(desiredScopes[j])