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

76 Add support for asyncomplete #77

Merged
merged 13 commits into from
Nov 28, 2017
Merged

76 Add support for asyncomplete #77

merged 13 commits into from
Nov 28, 2017

Commits on Nov 25, 2017

  1. Add initial support for asyncomplete

    To enable it add this to your vimrc:
    let g:tmuxcomplete#asyncomplete_source_options = {}
    wellle committed Nov 25, 2017
    Configuration menu
    Copy the full SHA
    17695c0 View commit details
    Browse the repository at this point in the history
  2. Don't change asyncomplete opts

    Use own params instead, including ctx
    wellle committed Nov 25, 2017
    Configuration menu
    Copy the full SHA
    5c87863 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee60158 View commit details
    Browse the repository at this point in the history
  4. Make it possible to overwrite whitelist

    And other options by preferring the injected opts over default values.
    wellle committed Nov 25, 2017
    Configuration menu
    Copy the full SHA
    cf706fb View commit details
    Browse the repository at this point in the history
  5. Various cleanup

    Check exit code of command, reset copletion on error
    Split async callback functions
    Show incomplete candidates as they come in
    Add commented out debug logs
    Cache mapped candidates
    Show incomplete results sligthly different than complete ones
    wellle committed Nov 25, 2017
    Configuration menu
    Copy the full SHA
    996cfda View commit details
    Browse the repository at this point in the history
  6. Add new splitmodes ilines and ilines,words

    Returns lines with leading non word characters removed. Possible to
    complete both lines and words in one run.
    
    Add undocumented -n flag to disable result sorting to be better
    streamable.
    wellle committed Nov 25, 2017
    Configuration menu
    Copy the full SHA
    b54e281 View commit details
    Browse the repository at this point in the history
  7. Add config options for asyncomplete integration

    'splitmode', 'filter_prefix', 'show_incomplete', 'sort_candidates'
    
    See code comment below for details.
    wellle committed Nov 25, 2017
    Configuration menu
    Copy the full SHA
    f4e20f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e016832 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5f60dba View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2017

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

Commits on Nov 28, 2017

  1. Automatically register asyncomplete source

    with default options
    wellle committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    26734d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e4101d View commit details
    Browse the repository at this point in the history
  3. Update version number to 0.1.3

    wellle committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    34a877d View commit details
    Browse the repository at this point in the history