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

Add E (end of WORD), and fix up e (end of word). #160

Merged
merged 7 commits into from
Mar 1, 2016

Commits on Feb 23, 2016

  1. Configuration menu
    Copy the full SHA
    2978dbe View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. Fix infinite loop when w/b/e tried to traverse empty line.

    Traversing empty lines/whitespace only lines should
    match vim.
    tienshiao committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    73115fd View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2016

  1. Configuration menu
    Copy the full SHA
    a1f610a View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2016

  1. Clean up some code

    johnfn committed Feb 27, 2016
    2 Configuration menu
    Copy the full SHA
    131bf4f View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2016

  1. Configuration menu
    Copy the full SHA
    81b41c2 View commit details
    Browse the repository at this point in the history
  2. Clean up getWordLeftWithRegex() and getCurrentWordEndWithRegex() to u…

    …se similar style as getWordRightWithRegex().
    tienshiao committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    2daac48 View commit details
    Browse the repository at this point in the history
  3. Fix linter errors.

    tienshiao committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    2716820 View commit details
    Browse the repository at this point in the history