Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Problem with fake-files style and cd
- X-seq: zsh-users 13849
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh-users <zsh-users@xxxxxxxxxx>
- Subject: Problem with fake-files style and cd
- Date: Sat, 14 Feb 2009 15:22:39 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=ahRFJ1Hoe8qrG1jzAOoT6XL40CFYVcDj3nqQiNQUAeg=; b=nK8A6n6Vbo91J4m6DvExekj4e5wc8TcFJj1CW1jkTEXUzkASouREFWChunXmff6yGu AMyohAmsKeXPets3h+/Qd5wbnL2b1cC/P420uQUoXxApnV5c7o87kYNULA3IFumyHhff 4u3vqhR99NFvf1p5nokLVshxHtc87N7K6UXrY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=JPSdGFBut93wcNlHgKrl4U/nzIAFe0x5AL69zLN2R7UjpBxTFw2JZc9KvC4Oc+gc3R NM87Mklf8XTZQP98WGnDmmuwoxjL8F7i7wPG9og2LGPHOONf91K3UfDXtUsOvZVEy8hh fVBtXNuF7L7tlroaM64Ft8VbPYs5sWwailLCQ=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi,
I want to complete foo/ in ~, and when I do this
zstyle ':completion::complete:cd::' fake-files $HOME:foo
I get the completion without the trailing /, if I do
zstyle ':completion::complete:cd::' fake-files $HOME:foo/
I get a trailing slash _and_ a trailing space. Is there a bug or did I
miss something obvious? When I don't get the slash I don't get a space
either.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author