diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-11-20 18:12:31 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-11-20 18:12:31 +0000 |
commit | 33b846810cf4e8d29e38b25246e676438ae5a1bf (patch) | |
tree | 3be08ff77a511ade6a314472e6273838408fac91 /Doc/Zsh | |
parent | 689df35c948b4c6e841fb278c5932bff4c0cee68 (diff) | |
download | zsh-33b846810cf4e8d29e38b25246e676438ae5a1bf.tar.gz zsh-33b846810cf4e8d29e38b25246e676438ae5a1bf.tar.xz zsh-33b846810cf4e8d29e38b25246e676438ae5a1bf.zip |
users/13464: allow MIME suffixes to match upper case variants
26075: fix repeated calendar events so that the next event is always in the future
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/contrib.yo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 3e2baf38d..43338192a 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -1887,6 +1887,10 @@ user. The system works by setting up suffix aliases with `tt(alias -s)'. Suffix aliases already installed by the user will not be overwritten. +For suffixes defined in lower case, upper case variants will also +automatically be handled (e.g. tt(PDF) is automatically handled if +handling for the suffix tt(pdf) is defined), but not vice versa. + Repeated calls to tt(zsh-mime-setup) do not override the existing mapping between suffixes and executable files unless the option tt(-f) is given. Note, however, that this does not override existing suffix |