Closed
Bug 671846
Opened 14 years ago
Closed 14 years ago
GCLI completion shows incorrectly for sub-commands
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jwalker, Assigned: fitzgen)
References
Details
Type:
> git_
The completer shows:
> git_ -> git
This is incorrect for 2 reasons:
1. This is not a correct prediction, 'git add' would be a more sensible prediction.
2. It shouldn't be offered as a non-'strict extension', but maybe this will happen automatically when we have a prediction that is an extension.
| Reporter | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•