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
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:
Run gvim --clean
Execute :packadd matchit
Execute :h index.txt
Start Visual mode with v, V or Ctrlv
Type a number, say, 50, and press %. Instead of extending the selection to the middle of the buffer gVim does nothing.
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.
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:
gvim --clean
:packadd matchit
:h index.txt
Environment:
The text was updated successfully, but these errors were encountered: