1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-10 09:36:16 +02:00

unposted, see 32050, 32051: remove non-ASCII characters in functions

This commit is contained in:
Peter Stephenson 2013-11-25 16:11:10 +00:00
parent 24c37d86ad
commit 7423ac14e5
3 changed files with 7 additions and 2 deletions

View File

@ -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,

View File

@ -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' \

View File

@ -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.
#