summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_sed
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2013-02-21 10:49:22 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2013-02-21 10:49:22 +0000
commita409dbf74c5b0b11fb0d642dd0f5a48ee1f531ba (patch)
tree0c0ed87a31769fcbd517cfadb8eecc59c0c93906 /Completion/Unix/Command/_sed
parent2698b61837ab374ad383285129ac8818a703979e (diff)
downloadzsh-a409dbf74c5b0b11fb0d642dd0f5a48ee1f531ba.tar.gz
zsh-a409dbf74c5b0b11fb0d642dd0f5a48ee1f531ba.zip
31058: add completion of options from newer versions of some commands
Diffstat (limited to 'Completion/Unix/Command/_sed')
-rw-r--r--Completion/Unix/Command/_sed2
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_sed b/Completion/Unix/Command/_sed
index 99bd5e82a..476575205 100644
--- a/Completion/Unix/Command/_sed
+++ b/Completion/Unix/Command/_sed
@@ -12,8 +12,10 @@ args=(
if _pick_variant gnu=GNU unix --version; then
args+=(
+ '--follow-symlinks[follow symlinks when processing in place]'
'(-i --in-place)'{-i-,--in-place=-}'[edit files in place]::suffix for backup'
'(-l --line-length)'{-l,--line-length=-}'[specify line-wrap length for the l command]'
+ '(-r)--posix[disable GNU extensions]'
'(-r --regexp-extended)'{-r,--regexp-extended}'[use extended regular expressions]'
'(-s --separate)'{-s,--separate}'[consider files separately instead of as a combined stream]'
'(-u --unbuffered)'{-u,--unbuffered}'[disable data buffering]'