| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-18 | update module import path | Eyal Posener | |
| 2019-11-18 | V2 | Eyal Posener | |
| 2017-11-04 | Filter matches as a final stage | Eyal 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-15 | gocomplete: run only runnable go files | Eyal Posener | |
| when typing 'go run', the completion will complete only go files which are in main package and have a main function. | |||
| 2017-05-11 | Change Match to be a function | Eyal Posener | |
| 2017-05-11 | Add Predictor interface | Eyal Posener | |
| 2017-05-08 | [gocomplete] fix test name completion | Eyal Posener | |
| 2017-05-07 | Move match to a separate package | Eyal Posener | |
| 2017-05-06 | improve docs | Eyal Posener | |
| 2017-05-06 | Change Predicate to be of function type | Eyal Posener | |
| 2017-05-06 | Use local completion files and directories according to typed command | Eyal Posener | |
| 2017-05-06 | Use pointers to predicates | Eyal Posener | |
| 2017-05-06 | Roughly add all go commands | Eyal Posener | |
