You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just as the title says, goto matching bracket does not work for square braces. For example, with a piece of code like this, mim inside, and mam inside (or on) the square brackets work just fine. However mm on either of the braces does not jump to the other one.
array[:, 1, 5]
Reproduction Steps
I tried this:
mm on a pair of square brackets, while the cursor was on one of the square brackets.
I expected this to happen:
Jump to the other bracket in the pair
Matching brackets depend on the language specific tree sitter grammar so without specifying a language this is not actionable.
This is likely fixed by #7242 so I am closing this. If you still experience this bug on latest master and can specify a language/reproduction file you can reopen
Summary
Just as the title says, goto matching bracket does not work for square braces. For example, with a piece of code like this,
mim
inside, andmam
inside (or on) the square brackets work just fine. Howevermm
on either of the braces does not jump to the other one.Reproduction Steps
I tried this:
mm
on a pair of square brackets, while the cursor was on one of the square brackets.I expected this to happen:
Jump to the other bracket in the pair
Instead, this happened:
Nothing happened
Helix log
Nothing worthy of note in the log.
Platform
macOS
Terminal Emulator
warp
Helix Version
helix 23.03 (3cf0372)
The text was updated successfully, but these errors were encountered: