summaryrefslogtreecommitdiff
path: root/predict_test.go
AgeCommit message (Collapse)Author
2019-11-18V2Eyal Posener
2019-07-05deprecate match packageEyal Posener
2017-11-04Merge branch 'master' into split-last-equalEyal Posener
2017-11-04Add logic to complete when last flag uses the equal signEyal Posener
If the last flag is of the form -flag=value, complete the value according to -flag.
2017-11-04Filter matches as a final stageEyal Posener
This simplifies the prediction logic writing, the predictor doesn't need to filter our according to line matching, instead it returns everything and the filtering is done at the end. This does not break current behavior.
2017-05-18Fix './' prefix for file completionEyal Posener
2017-05-13fix nested filesEyal Posener
2017-05-13gocomplete: complete by packagesEyal Posener
2017-05-12Recursive directory lookupEyal Posener
When only one directory matches the result, search recursively whithin this directory for files.
2017-05-11predict: when searching for files, show also directoriesEyal Posener
2017-05-11Add Predictor interfaceEyal Posener