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

Allow specifying which filestypes to list for :GoFiles #1372

Merged
merged 1 commit into from
Jul 24, 2017
Merged

Allow specifying which filestypes to list for :GoFiles #1372

merged 1 commit into from
Jul 24, 2017

Conversation

arp242
Copy link
Contributor

@arp242 arp242 commented Jul 24, 2017

Instead of always using GoFiles, you can now use :GoFiles TestGoFiles to
list all test files. Or :GoFiles GoFiles TestGoFiles to list both all regular
Go files and test files.

Fixes #1346

Instead of always using `GoFiles`, you can now use `:GoFiles TestGoFiles` to
list all test files. Or `:GoFiles GoFiles TestGoFiles` to list both all regular
Go files and test files.

Fixes #1346
@fatih fatih merged commit 629cd6d into fatih:master Jul 24, 2017
@fatih
Copy link
Owner

fatih commented Jul 24, 2017

Nice @Carpetsmoker 👏

@arp242 arp242 deleted the gofiles-types branch July 24, 2017 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants