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 test name completion in ZSH #1713

Merged
merged 5 commits into from
Jun 14, 2015
Merged

Fix test name completion in ZSH #1713

merged 5 commits into from
Jun 14, 2015

Conversation

eerden
Copy link
Contributor

@eerden eerden commented Jun 13, 2015

Fixes #1703

This was caused by a syntax error.
--precise argument for the update command was fed test names. This
commit prevents autocompletion of --precise.
Test item autocompletion didn't work because it required the name of the
test to come immediately after [[test]] line. This commit should fix
that.
@rust-highfive
Copy link

r? @wycats

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

@bors: r+ d7cf7d9

@bors
Copy link
Collaborator

bors commented Jun 14, 2015

⌛ Testing commit d7cf7d9 with merge ba47db2...

bors added a commit that referenced this pull request Jun 14, 2015
@bors
Copy link
Collaborator

bors commented Jun 14, 2015

@bors bors merged commit d7cf7d9 into rust-lang:master Jun 14, 2015
bors added a commit that referenced this pull request Jun 22, 2019
_cargo: Make function style consistent

They are just white-space changes. I'm planning to bring back Zsh completion
for `-p` (package) option, which was disabled in #1713. This PR is the first
stepping stone towards that goal.

A disadvantageous is that I am just starting to learn Zsh completion system.
Guess how far can I go?

r? @ehuss
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.

5 participants