Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Typo in word-context example
- X-seq: zsh-workers 32868
- From: Jan Larres <jan@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Typo in word-context example
- Date: Wed, 16 Jul 2014 15:41:44 +1200
- 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
Hi,
the man page has this example under the description for the -match
widgets:
zstyle ':zle:*' word-context "*/*" file "[[:space:]]" whitespace
zstyle ':zle:transpose-words:whitespace' word-style shell
zstyle ':zle:transpose-words:filename' word-style normal
zstyle ':zle:transpose-words:filename' word-chars ''
It seems to me that either the word-context argument should be changed
to "filename" or the two "filename" contexts to "file" for the example
to make sense.
-Jan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author