mirror of
https://github.com/atom/atom.git
synced 2026-02-10 06:35:00 -05:00
Merge pull request #86 from github/outline-view
Jump to method declaration
This commit is contained in:
@@ -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])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user