Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Typo in word-context example



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