mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
unposted: additional typo fix
This commit is contained in:
parent
5482d65d5c
commit
06a9af4f59
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
2020-01-11 Oliver Kiddle <okiddle@yahoo.co.uk>
|
2020-01-11 Oliver Kiddle <okiddle@yahoo.co.uk>
|
||||||
|
|
||||||
|
* unposted: Completion/Unix/Command/_cat: additional typo fix
|
||||||
|
|
||||||
* Eitan: 45280: Completion/Unix/Command/_git: add -local
|
* Eitan: 45280: Completion/Unix/Command/_git: add -local
|
||||||
variants to completed date formats
|
variants to completed date formats
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@ elif [[ $OSTYPE = solaris* ]]; then
|
||||||
'*: :_files'
|
'*: :_files'
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
# POSIX reqires '-u', and most OSes may support '-n'
|
# POSIX requires '-u', and most OSes may support '-n'
|
||||||
args=(
|
args=(
|
||||||
'-n[number all output lines]'
|
'-n[number all output lines]'
|
||||||
'-u[do not buffer output]'
|
'-u[do not buffer output]'
|
||||||
|
|
Loading…
Reference in a new issue