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

Async support #239

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

Commits on Mar 5, 2018

  1. Configuration menu
    Copy the full SHA
    249fbc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93bf705 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e11d1f4 View commit details
    Browse the repository at this point in the history
  4. Update docs

    iamFIREcracker committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    4b62541 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

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

Commits on Mar 24, 2018

  1. Configuration menu
    Copy the full SHA
    a8e8cd3 View commit details
    Browse the repository at this point in the history
  2. Do everything using setloclist/setqflist

    Use setloclist/setqflist not only to change the title, but also to
    append/replace entries in the quickfix/loclist.
    
    There was an issue earlier where entries in the quickfix/loclist windows
    sometimes ended up not being properly formatted (somehow errorformat was
    not properly picked up); this new solution should hopefully fix that.
    iamFIREcracker committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    f25deed View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Configuration menu
    Copy the full SHA
    0f0676e View commit details
    Browse the repository at this point in the history
  2. Revert "Do everything using setloclist/setqflist"

    This reverts commit f25deed.
    iamFIREcracker committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    467ae0c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. Change *global* errorformat when running async

    The async ack implementation uses {c,l}addexpr and {c,l}getexpr to
    populate the quickfix/location-list, which rely on global errorformat
    
    vim/vim#569
    iamFIREcracker committed May 25, 2018
    Configuration menu
    Copy the full SHA
    751043f View commit details
    Browse the repository at this point in the history