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

coverage: allow to run coverage on _test.go files in subdirs #1033

Merged
merged 1 commit into from
Nov 24, 2016
Merged

coverage: allow to run coverage on _test.go files in subdirs #1033

merged 1 commit into from
Nov 24, 2016

Commits on Nov 23, 2016

  1. coverage: allow to run coverage on _test.go files in subdirs

    Due to usage of ':t' modifier to extract filename when switching from
    file_test.go to file.go, the original path to file is lost and Vim can't
    open it if it's stored in some subdir. It only worked by accident if the
    file was located in the same directory.
    pborzenkov committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    2b34076 View commit details
    Browse the repository at this point in the history