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 auto-trigger feature #41

Merged
merged 10 commits into from
Jan 12, 2022
Merged

Add auto-trigger feature #41

merged 10 commits into from
Jan 12, 2022

Commits on Jan 11, 2022

  1. Add auto-trigger feature

    dcampos committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    5ece390 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f93338 View commit details
    Browse the repository at this point in the history
  3. Add help

    dcampos committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    5c00fda View commit details
    Browse the repository at this point in the history
  4. Register autocmds less often

    dcampos committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    7f11081 View commit details
    Browse the repository at this point in the history
  5. Add tests

    dcampos committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    495bf79 View commit details
    Browse the repository at this point in the history
  6. Format

    dcampos committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    e405306 View commit details
    Browse the repository at this point in the history
  7. Simplify option parsing

    dcampos committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    1f69276 View commit details
    Browse the repository at this point in the history
  8. Add unit tests for options

    dcampos committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    9cbc1b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Track typed char

    So that expansion isn't triggered by <BS>, for example.
    dcampos committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    3c67072 View commit details
    Browse the repository at this point in the history
  2. Restore TextChangedP

    dcampos committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    475298c View commit details
    Browse the repository at this point in the history