From a409dbf74c5b0b11fb0d642dd0f5a48ee1f531ba Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 21 Feb 2013 10:49:22 +0000 Subject: 31058: add completion of options from newer versions of some commands --- Completion/Unix/Command/_sed | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Completion/Unix/Command/_sed') 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]' -- cgit 1.4.1