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

Provide a descriptive quickfix/location list title. #1004

Merged
merged 5 commits into from
Nov 25, 2016

Commits on Nov 25, 2016

  1. Provide a descriptive quickfix/location list title.

    Currently, the w:quickfix_title is being automatically set to the actual
    Vim command that populates quickfix/location list. For example, running
    any Guru command it will be displayed as ':    lgetexpr a:items' which
    is not really informative.
    Kent Sibilev committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    5c09de8 View commit details
    Browse the repository at this point in the history
  2. use args.mode for the title in all guru commands

    Kent Sibilev committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    343f5e1 View commit details
    Browse the repository at this point in the history
  3. fixed call to run_guru

    Kent Sibilev committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    cabb126 View commit details
    Browse the repository at this point in the history
  4. use job args as a title

    Kent Sibilev committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    5a26d8d View commit details
    Browse the repository at this point in the history
  5. display correct title for GoMetaLinter command

    Kent Sibilev committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    55233c0 View commit details
    Browse the repository at this point in the history