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 :AckHelp command bug with missing *.txt files #182

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

Commits on Apr 30, 2016

  1. Fix :AckHelp command bug with missing *.txt files

    If there are no *.txt files in the doc directory, the ack command errors
    out. Globbing for those files while generating the file list fixes the
    issue.
    AndrewRadev committed Apr 30, 2016
    Configuration menu
    Copy the full SHA
    d709583 View commit details
    Browse the repository at this point in the history
  2. Shorten file path as much as possible

    This improves the quickfix list filenames in the case when the found
    files are under the current directory.
    AndrewRadev committed Apr 30, 2016
    Configuration menu
    Copy the full SHA
    d936f7a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

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