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

Easymotion: Find character doesn't work with parenthesis #2455

Closed
lbebber opened this issue Mar 20, 2018 · 3 comments
Closed

Easymotion: Find character doesn't work with parenthesis #2455

lbebber opened this issue Mar 20, 2018 · 3 comments

Comments

@lbebber
Copy link

lbebber commented Mar 20, 2018

Is this a BUG REPORT or FEATURE REQUEST? (choose one):
Bug report

What happened:
<leader><leader>f ) doesn't go to the next )

What did you expect to happen:

How to reproduce it (as minimally and precisely as possible):

Environment:

  • Extension (VsCodeVim) version: 10.11.2
  • VSCode version: 1.21.1
  • OS version: macOS 10.12.6
@SCLeoX
Copy link

SCLeoX commented Apr 16, 2018

Same issue. I think it is because somehow it decides to treat parenthesis as regex.

@alechstong
Copy link

same here on linux. To be more specific, it errors out when trying to match the following characters (the ones I found out):
round-braces ( )
box-braces [ ]
plus-sign +

I tried editing vim.jumptoanywhereregex, but I haven't managed to get it working.

@J-Fields
Copy link
Member

J-Fields commented Aug 5, 2019

This was fixed with #3911

@J-Fields J-Fields closed this as completed Aug 5, 2019
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

4 participants