Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Completion of prefix redirections is -command- instead of -redirect-
- X-seq: zsh-workers 36280
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Completion of prefix redirections is -command- instead of -redirect-
- Date: Wed, 26 Aug 2015 05:39:28 +0000
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=Bop dcnr1ATKUcCnZXDPBYsrtwSk=; b=RJmrmzTI+u9T1+9YbZKsOXnI/nyShkkX2Jp k+DS0irZiphDd1jQ5KcBciaf2bU6pLxQjFhpaP/NhDD2SezKxiU79fZ6KaX/YXZx brF9pRd1BfB02sPo6rwE908w5ISWmezbBDJOY7wFdp5HY8BA4atV+uMM2FTBgNo3 MCpB7g7s=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=Bo pdcnr1ATKUcCnZXDPBYsrtwSk=; b=o0O53VyZ/cG1w3ee69SojrzeBuqQ1UMx2Z LSP5MJBVyLTNdNTC6dV5LtIB7lUDk6tEhnr4RhVsD1zN0tgiJTVgn1RJt22D9cih usoe0EPZyz95GNG8l/S8F4O2jxsPhUirwIAAXFVHA59O070nZaDIB+syHuUmDuRZ /02Qg1DB8=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Typing "<" and <TAB> at the prompt tries these completions [wrapped by me]:
tags in context :completion::complete:-command-::
commands builtins functions aliases suffix-aliases \
reserved-words jobs parameters (_alternative _command_names _autocd)
commands (_path_commands _path_commands _alternative _command_names _autocd)
jobs (_jobs _alternative _command_names _autocd)
parameters (_parameters _alternative _command_names _autocd)
it shouldn't be completing commands but files.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author