complete/gocomplete
Eyal Posener 7ee9623f2b Filter matches as a final stage
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-11-04 10:51:40 +02:00
..
complete.go gocomplete: add go tool subcommands 2017-05-27 20:21:50 +03:00
parse.go gocomplete: run only runnable go files 2017-05-15 22:50:05 +03:00
pkgs.go Handle default gopath $HOME/go when env var $GOPATH is not set. 2017-07-30 19:41:18 +02:00
tests.go Filter matches as a final stage 2017-11-04 10:51:40 +02:00
tests_test.go Filter matches as a final stage 2017-11-04 10:51:40 +02:00