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 emulation of word motion in Vim(e.g. w, b, e) #75

Merged
merged 30 commits into from
Feb 24, 2022
Merged

Add emulation of word motion in Vim(e.g. w, b, e) #75

merged 30 commits into from
Feb 24, 2022

Commits on Feb 12, 2022

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

Commits on Feb 16, 2022

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

Commits on Feb 19, 2022

  1. Configuration menu
    Copy the full SHA
    0d759cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9eae937 View commit details
    Browse the repository at this point in the history
  3. explicity link WindowsSDK

    pit-ray committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    f789065 View commit details
    Browse the repository at this point in the history
  4. Fixed deprecated variable.

    pit-ray committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    0594fae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f83b9cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9997050 View commit details
    Browse the repository at this point in the history
  7. try to download icu.dll

    pit-ray committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    e2c5450 View commit details
    Browse the repository at this point in the history
  8. download dll and export path

    pit-ray committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    6fe8727 View commit details
    Browse the repository at this point in the history
  9. fix path export in powershell

    pit-ray committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    0ed167a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7933876 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Configuration menu
    Copy the full SHA
    71ee78d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f9ed47 View commit details
    Browse the repository at this point in the history
  3. refactor comments

    pit-ray committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    79b7621 View commit details
    Browse the repository at this point in the history
  4. fix val scope

    pit-ray committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    e1366a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5120eb2 View commit details
    Browse the repository at this point in the history
  6. add a prototype of w

    pit-ray committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    7c961e5 View commit details
    Browse the repository at this point in the history
  7. add W emulation

    pit-ray committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    e66e2bf View commit details
    Browse the repository at this point in the history
  8. add e emulation

    pit-ray committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    94cd70f View commit details
    Browse the repository at this point in the history
  9. add E emulation

    pit-ray committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    fad2f8a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. add b,B,ge,gE emulation

    pit-ray committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    bdcb3b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6db68d3 View commit details
    Browse the repository at this point in the history
  3. fix back motion in MS Word

    pit-ray committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    c961387 View commit details
    Browse the repository at this point in the history
  4. add note in README

    pit-ray committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    cf77e7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a02d5d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8296345 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    4af688c View commit details
    Browse the repository at this point in the history
  2. undefined reference in test

    pit-ray committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    e59da77 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

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