Right now, with pavelz-cloud-het and pavel hanging out, pav<tab> will complete pavelz-cloud-het sometimes. It should always pick pavel first.
Should be a fairly small algorithm change in Host.completeName, probably just need to sort the returned candidates by length and pick the shortest. (Right now it's random because we're iterating a map which is randomized order.)