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

Added more options #49

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

Added more options #49

wants to merge 6 commits into from

Commits on Feb 22, 2014

  1. Added more options

    - There are now a few options that you can specify
      - current_file_ext -- limits the search to files that have the current
        buffer's file's extension only
      - current_file_dir -- limits the search to files that are in the current
        buffer's file's directory
      - scmdir -- starts the search at the "root" of a source directory, based on
        the existence of a .git, .scm or .hg dir
      - specific_dirs -- limits the search to these directories
    
    - You can also customize the quickfix mappings
    - Each mapping is customizable using a dictionary
    Derek Wyatt authored and derekwyatt committed Feb 22, 2014
    Copy the full SHA
    24d3b94 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2014

  1. Copy the full SHA
    6581f94 View commit details
    Browse the repository at this point in the history
  2. 'scmdir' feature bug fix

    - If the current file's directory is the same as the one containing the scm
      directory, then we fail to return '.'
    derekwyatt committed Feb 24, 2014
    Copy the full SHA
    d8fc2af View commit details
    Browse the repository at this point in the history
  3. Added AgForExtension to allow specific file exts

    - See the doc file
    derekwyatt committed Feb 24, 2014
    Copy the full SHA
    df646e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2014

  1. Fixes based on review

    derekwyatt committed Feb 25, 2014
    Copy the full SHA
    619ad56 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    aa91710 View commit details
    Browse the repository at this point in the history