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

Fix completions #2

Closed
wants to merge 5 commits into from
Closed

Commits on Nov 20, 2017

  1. Fix completions

    This fixes completions so that they are not affected by this bug:
    
    sublimehq/sublime_text#1061
    
    Completions triggers that contain any character not in [a-zA-Z0-9_-]
    cause buffers completions to block i.e. buffer completions don't work
    properly.
    
    Trigger descriptions use '\t' character to separate the completion from
    the trigger, which means they break buffer completions.
    
    There were a few other ones that had parens in the trigger too.
    
    Re: eliquious#1
    gerardroche committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    e693c57 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

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

Commits on Jan 10, 2018

  1. Fixes and enhancements

    gerardroche committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    e3db94e View commit details
    Browse the repository at this point in the history
  2. Fixes and enhancements

    gerardroche committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    8eedc87 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Fix assertsions

    gerardroche committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    f78f1c7 View commit details
    Browse the repository at this point in the history