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

Fixed backward search from end of word (VSCodeVim #4266) #4294

Merged

Commits on Nov 22, 2019

  1. Fixed backward search from end of word

    - Searching with 'N' after /e at the end of search fixed
    - Changed comparison for next search result
    - Change made in getNextSearchMatchRange in searchState.ts
    bdomanski committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    3160618 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8db3a59 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Regression test for fixed searching functionality

    - Searches '/two/e' then types 'N' and checks cursor moved accordingly
    bdomanski committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    85436db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fe2a85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e37856b View commit details
    Browse the repository at this point in the history