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

Asynchronous, non-blocking matching #542

Open
wants to merge 41 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 28, 2014

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

Commits on Mar 2, 2014

  1. Configuration menu
    Copy the full SHA
    63d4f24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ae4b5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d57e516 View commit details
    Browse the repository at this point in the history
  4. use the python matcher

    urandom committed Mar 2, 2014
    Configuration menu
    Copy the full SHA
    7f21c56 View commit details
    Browse the repository at this point in the history
  5. rename the python class

    urandom committed Mar 2, 2014
    Configuration menu
    Copy the full SHA
    5cf1993 View commit details
    Browse the repository at this point in the history
  6. add debug logging

    urandom committed Mar 2, 2014
    Configuration menu
    Copy the full SHA
    4b2611e View commit details
    Browse the repository at this point in the history
  7. refactor the matcher

    urandom committed Mar 2, 2014
    Configuration menu
    Copy the full SHA
    0cf4b0f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe565d0 View commit details
    Browse the repository at this point in the history
  9. correctly set the pattern

    urandom committed Mar 2, 2014
    Configuration menu
    Copy the full SHA
    9077887 View commit details
    Browse the repository at this point in the history
  10. change the refresh feedkeys

    urandom committed Mar 2, 2014
    Configuration menu
    Copy the full SHA
    97dc4f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2014

  1. Configuration menu
    Copy the full SHA
    e494a29 View commit details
    Browse the repository at this point in the history
  2. start showing the items

    urandom committed Mar 3, 2014
    Configuration menu
    Copy the full SHA
    2d79500 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2014

  1. fix case matching

    urandom committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    6d0dcd6 View commit details
    Browse the repository at this point in the history
  2. set the metadata on process

    urandom committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    1362cc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c609b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45fabcb View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2014

  1. Configuration menu
    Copy the full SHA
    7d2f288 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d778be6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe16d70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64fc444 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2014

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

Commits on Mar 7, 2014

  1. Configuration menu
    Copy the full SHA
    38a83ff View commit details
    Browse the repository at this point in the history
  2. turn on regex support

    Viktor Kojouharov committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    c16f1b9 View commit details
    Browse the repository at this point in the history
  3. fix processing of \\

    Viktor Kojouharov committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    66f468c View commit details
    Browse the repository at this point in the history
  4. use bindeval to get the corrent type

    Viktor Kojouharov committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    334fa37 View commit details
    Browse the repository at this point in the history
  5. correctly force a new cursorhold without changing the cursor

    Viktor Kojouharov committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    1a709b9 View commit details
    Browse the repository at this point in the history
  6. fix the flag initialization

    Viktor Kojouharov committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    5028ff4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4a1e15 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2014

  1. Configuration menu
    Copy the full SHA
    ebf2ab7 View commit details
    Browse the repository at this point in the history
  2. give priority to mru files

    urandom committed Mar 8, 2014
    Configuration menu
    Copy the full SHA
    2f349f9 View commit details
    Browse the repository at this point in the history
  3. turn off debugging

    urandom committed Mar 8, 2014
    Configuration menu
    Copy the full SHA
    a98723a View commit details
    Browse the repository at this point in the history
  4. fix the tag filter

    urandom committed Mar 8, 2014
    Configuration menu
    Copy the full SHA
    43a6278 View commit details
    Browse the repository at this point in the history
  5. only process the last entry in the done queue

    limit the number of matched items prior to sorting to trade accuracy
    for performance
    urandom committed Mar 8, 2014
    Configuration menu
    Copy the full SHA
    a77c733 View commit details
    Browse the repository at this point in the history
  6. check for differences in the mode and path

    that way changing from directory to file based searching will trigger
    an update
    urandom committed Mar 8, 2014
    Configuration menu
    Copy the full SHA
    2ab408f View commit details
    Browse the repository at this point in the history
  7. add more vim atoms

    urandom committed Mar 8, 2014
    Configuration menu
    Copy the full SHA
    93aba0f View commit details
    Browse the repository at this point in the history
  8. use a noop func to force the cursorhold event

    the previous method with moving the virtual cursor causes flickering
    urandom committed Mar 8, 2014
    Configuration menu
    Copy the full SHA
    400494d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2014

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

Commits on Mar 18, 2014

  1. Configuration menu
    Copy the full SHA
    7471f29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09b3bca View commit details
    Browse the repository at this point in the history