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

Matchit prevents {count}% from working in Visual mode #24

Closed
lkintact opened this issue Dec 16, 2020 · 2 comments
Closed

Matchit prevents {count}% from working in Visual mode #24

lkintact opened this issue Dec 16, 2020 · 2 comments

Comments

@lkintact
Copy link

Hi, your repository is specified in the "Known Bugs and Limitations" section of $VIMRUNTIME/pack/dist/opt/matchit/doc/matchit.txt, so I'm reporting the isssue here.

To Reproduce:

  1. Run gvim --clean
  2. Execute :packadd matchit
  3. Execute :h index.txt
  4. Start Visual mode with v, V or Ctrlv
  5. Type a number, say, 50, and press %. Instead of extending the selection to the middle of the buffer gVim does nothing.

Environment:

  • Vim version 8.2.2146
  • OS: Windows 10 Home 1803
  • Terminal: GUI.
@lkintact
Copy link
Author

Thanks for the fix. I may not understand something, but shouldn't the new, fixed matchit code replace the old one in the Vim source tree? Vim 8.2.2375 still comes with matchit version 1.17.

@chrisbra
Copy link
Owner

I haven't tagged a new release yet to be submitted to Bram

https://github.com/chrisbra/matchit/tags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants