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

Inconsistent behavior in default seek ranges #264

Open
pedro757 opened this issue Jan 26, 2021 · 0 comments
Open

Inconsistent behavior in default seek ranges #264

pedro757 opened this issue Jan 26, 2021 · 0 comments

Comments

@pedro757
Copy link

pedro757 commented Jan 26, 2021

I have this javascript code. I'm trying to change the content of the Try Block from the bigining of the line, so i use c2iB
see the outputs in the comments:

module.exports = app => {
  app.get('/something', async (req, res) => { // Changes from this "{"

    try { // expected from this "{"
      const { data: { data } } = await axios.post('') // Here I type _c2iB
    } // Expected to this "}"

  }) // To this "}"
}

I'm using the default seek ranges

let g:targets_seekRanges = 'cc cr cb cB lc ac Ac lr rr ll lb ar ab lB Ar aB Ab AB rb al rB Al bb aa bB Aa BB AA'
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

1 participant