mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
unposted, see 32050, 32051: remove non-ASCII characters in functions
This commit is contained in:
parent
24c37d86ad
commit
7423ac14e5
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-11-25 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* unposted, see 32050, 32051: remove non-ASCII characters in
|
||||
installed functions as this causes sed on MacOS problems.
|
||||
|
||||
2013-11-25 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* unposted: Completion/Unix/Command/.distfiles,
|
||||
|
|
|
@ -6,7 +6,7 @@ _arguments -s \
|
|||
'-d[print creation date of the database]' \
|
||||
'-F[fetch the current database]' \
|
||||
'-q[quiet mode]' \
|
||||
'-V[show portaudit version number]' \
|
||||
'-V[show portaudit version number]' \
|
||||
'-v[verbose mode]' \
|
||||
'-X[download a fresh database from least days old]:days:' \
|
||||
'-f[check the packages listed in file]:file:_files' \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#compdef systemctl systemd-loginctl
|
||||
|
||||
# Copyright (c) 2011 Foudil Brétel <foudil.newbie+zshsystemctl@gmail.com>
|
||||
# Copyright (c) 2011 Foudil Bre'tel <foudil.newbie+zshsystemctl@gmail.com>
|
||||
#
|
||||
# This file is released under the GPLv3.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue