<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jcarr/complete/predict_test.go, branch v0.0.6</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wit.com/jcarr/complete/atom?h=v0.0.6</id>
<link rel='self' href='http://cgit.wit.com/jcarr/complete/atom?h=v0.0.6'/>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/complete/'/>
<updated>2019-11-17T23:05:47Z</updated>
<entry>
<title>V2</title>
<updated>2019-11-17T23:05:47Z</updated>
<author>
<name>Eyal Posener</name>
<email>posener@gmail.com</email>
</author>
<published>2019-11-14T04:51:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/complete/commit/?id=8724aaf18312e54750540a9578e00d61b1c545d8'/>
<id>urn:sha1:8724aaf18312e54750540a9578e00d61b1c545d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>deprecate match package</title>
<updated>2019-07-05T14:29:25Z</updated>
<author>
<name>Eyal Posener</name>
<email>posener@gmail.com</email>
</author>
<published>2019-07-05T11:58:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/complete/commit/?id=29f43e246ec41ee311a0a9bc24b15cb4ece4e513'/>
<id>urn:sha1:29f43e246ec41ee311a0a9bc24b15cb4ece4e513</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into split-last-equal</title>
<updated>2017-11-04T09:52:49Z</updated>
<author>
<name>Eyal Posener</name>
<email>eyal@stratoscale.com</email>
</author>
<published>2017-11-04T09:52:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/complete/commit/?id=a1f9ea005b8360153429321071da4e42ce6ce323'/>
<id>urn:sha1:a1f9ea005b8360153429321071da4e42ce6ce323</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add logic to complete when last flag uses the equal sign</title>
<updated>2017-11-04T09:32:33Z</updated>
<author>
<name>Eyal Posener</name>
<email>posener@gmail.com</email>
</author>
<published>2017-11-04T09:20:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/complete/commit/?id=aae7e1e39fb3554591e2d20b4c86fea9bf2b15bc'/>
<id>urn:sha1:aae7e1e39fb3554591e2d20b4c86fea9bf2b15bc</id>
<content type='text'>
If the last flag is of the form -flag=value, complete the value according to -flag.
</content>
</entry>
<entry>
<title>Filter matches as a final stage</title>
<updated>2017-11-04T08:51:40Z</updated>
<author>
<name>Eyal Posener</name>
<email>posener@gmail.com</email>
</author>
<published>2017-11-04T08:21:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/complete/commit/?id=7ee9623f2b5d4685a91a51d0823275754b4d3a0a'/>
<id>urn:sha1:7ee9623f2b5d4685a91a51d0823275754b4d3a0a</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Fix './' prefix for file completion</title>
<updated>2017-05-18T20:29:55Z</updated>
<author>
<name>Eyal Posener</name>
<email>posener@gmail.com</email>
</author>
<published>2017-05-15T20:52:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/complete/commit/?id=61d9904ba1f47bf5bbd3497ac0c9f5787adb8633'/>
<id>urn:sha1:61d9904ba1f47bf5bbd3497ac0c9f5787adb8633</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix nested files</title>
<updated>2017-05-12T21:40:26Z</updated>
<author>
<name>Eyal Posener</name>
<email>posener@gmail.com</email>
</author>
<published>2017-05-12T21:40:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/complete/commit/?id=bc5d682221f38e82bbd977d5567da8b884a30cbc'/>
<id>urn:sha1:bc5d682221f38e82bbd977d5567da8b884a30cbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gocomplete: complete by packages</title>
<updated>2017-05-12T21:17:59Z</updated>
<author>
<name>Eyal Posener</name>
<email>posener@gmail.com</email>
</author>
<published>2017-05-12T21:17:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/complete/commit/?id=f580110640e0213502e4fe1138a06f57b532ff7a'/>
<id>urn:sha1:f580110640e0213502e4fe1138a06f57b532ff7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Recursive directory lookup</title>
<updated>2017-05-12T19:46:01Z</updated>
<author>
<name>Eyal Posener</name>
<email>posener@gmail.com</email>
</author>
<published>2017-05-12T19:43:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/complete/commit/?id=66402080675c250edabe50839555942d1b1aa189'/>
<id>urn:sha1:66402080675c250edabe50839555942d1b1aa189</id>
<content type='text'>
When only one directory matches the result, search recursively
whithin this directory for files.
</content>
</entry>
<entry>
<title>predict: when searching for files, show also directories</title>
<updated>2017-05-11T18:57:44Z</updated>
<author>
<name>Eyal Posener</name>
<email>posener@gmail.com</email>
</author>
<published>2017-05-11T18:57:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/complete/commit/?id=d6cbc0e9690035368477b3ed8aa22aece0381b77'/>
<id>urn:sha1:d6cbc0e9690035368477b3ed8aa22aece0381b77</id>
<content type='text'>
</content>
</entry>
</feed>
