mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 18:46:49 +00:00
I was soooo close
This commit is contained in:
parent
2c2e5144c9
commit
79773178c8
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ impl DispatchTree {
|
|||
return false;
|
||||
}
|
||||
for i in 1..context_stack.len() {
|
||||
if candidate.matches_context(&context_stack[0..i]) {
|
||||
if candidate.matches_context(&context_stack[0..=i]) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue