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

Unexpected ]% behaviour #343

Closed
crumbtoo opened this issue Apr 8, 2024 · 0 comments
Closed

Unexpected ]% behaviour #343

crumbtoo opened this issue Apr 8, 2024 · 0 comments
Labels

Comments

@crumbtoo
Copy link

crumbtoo commented Apr 8, 2024

Explain the issue

]% in operator-pending mode differs from behaviour in normal and visual modes. ]) works as expected.

  1. What vim version are you using? If using neovim, Are you using
    tree-sitter or classic matching?
    NVIM v0.9.5, classic matching
  2. Steps to reproduce
    a. Let | represent the cursor
    (|words words
      words)
    
    b. d]%
    c. ```
    (| words)
  3. Expected behavior
(|)
  1. Observed behavior

Minimal working example

Please provide a minimal working example, e.g.,

(words words
  words)

Minimal vimrc file

No configuration done.

@crumbtoo crumbtoo added the bug label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant