Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vim: Fix % not working for multi-char bracket pairs #23471

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

mrnugget
Copy link
Member

Closes #23358

Demo/proof:

screenshot-2025-01-22-17.23.00.mp4

Release Notes:

  • Fixed % in Vim mode not working correctly for multi-char brackets, such as do/end in Elixir or \begin and \end in LaTeX.

Closes #23358

Release Notes:

- Fixed `%` in Vim mode not working correctly for multi-char brackets, such as `do/end` in Elixir or `\begin` and `\end` in LaTeX.

Co-authored-by: Conrad <[email protected]>
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Jan 22, 2025
@mrnugget mrnugget merged commit 706e46c into main Jan 22, 2025
12 checks passed
@mrnugget mrnugget deleted the vim-multi-char-bracket branch January 22, 2025 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vim: % does not work if cursor not on first character of multi-character "bracket"
1 participant