Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] Whitespace fix
- X-seq: zsh-workers 30140
- From: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] Whitespace fix
- Date: Sun, 29 Jan 2012 03:22:26 +0100
- Cc: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=87slXMRmKtYPJCGTQY78zdma44L+3ezpgviqeBqRsTw=; b=A4TfT08dNVzsuNrNyueZsPegkDeXn+5XB9HrxOCMx6ODVbbBTMOPlPYbdPtD8WNloo HolWVMvVN9ADzcyeqQTBMysMIXEU1lPZ87h6UzTIK+0aXcjjPl6Z91lY7vLGN2cE8/Uj 2e+YX6ueJCns1dJOWrYQIuwrxJWjJV8eRglVA=
- In-reply-to: <1327803746-6191-1-git-send-email-richih.mailinglist@gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1327803746-6191-1-git-send-email-richih.mailinglist@gmail.com>
There were three tabs with a tab width of six in this file.
---
Completion/X/Command/_mplayer | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Completion/X/Command/_mplayer b/Completion/X/Command/_mplayer
index a135154..e329660 100644
--- a/Completion/X/Command/_mplayer
+++ b/Completion/X/Command/_mplayer
@@ -115,12 +115,12 @@ case "$state" in
_tags files urls
while _tags; do
_requested files expl 'video file' _files -g \
- "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|ogv|qt|rm|vob|wav|webm|wma|wmv)(-.)" && ret=0
+ "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|ogv|qt|rm|vob|wav|webm|wma|wmv)(-.)" && ret=0
if _requested urls; then
while _next_label urls expl URL; do
_urls "$expl[@]" && ret=0
- compadd -S '' "$expl[@]" {dvd,vcd,cdda,cddb,tv}:// && ret=0
- done
+ compadd -S '' "$expl[@]" {dvd,vcd,cdda,cddb,tv}:// && ret=0
+ done
fi
(( ret )) || return 0
done
--
1.7.8.3
Messages sorted by:
Reverse Date,
Date,
Thread,
Author