summaryrefslogtreecommitdiffstats
path: root/Functions/Example/cat
diff options
context:
space:
mode:
authorJoey Pabalinas <joeypabalinas@gmail.com>2018-12-17 00:54:24 -1000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2018-12-17 12:02:43 +0000
commit552ebe6082407b2cd3b9c9434394bad46fc59154 (patch)
tree90521d07b75f19b9769768dd59bd0fd221d01d54 /Functions/Example/cat
parentunposted: _dig: Fix _arguments syntax error (diff)
downloadzsh-552ebe6082407b2cd3b9c9434394bad46fc59154.tar
zsh-552ebe6082407b2cd3b9c9434394bad46fc59154.tar.gz
zsh-552ebe6082407b2cd3b9c9434394bad46fc59154.tar.bz2
zsh-552ebe6082407b2cd3b9c9434394bad46fc59154.tar.lz
zsh-552ebe6082407b2cd3b9c9434394bad46fc59154.tar.xz
zsh-552ebe6082407b2cd3b9c9434394bad46fc59154.tar.zst
zsh-552ebe6082407b2cd3b9c9434394bad46fc59154.zip
43904 (plus tweak): zshmisc(1): document term being optional if `in word' is omitted
In code such as: > hobbes% () { for arg do print -r $arg; done; } 1 2 3 > 1 > 2 >