From 0f426b077450c58d9cc187460eb1b9f727d8e9c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 13 Sep 2010 21:25:21 +0300 Subject: [PATCH] Drop bad kompare filename completion (Alioth: #312708). --- CHANGES | 1 + bash_completion | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a2a317a5..65102c24 100644 --- a/CHANGES +++ b/CHANGES @@ -18,6 +18,7 @@ bash-completion (2.x) * Recognize rpm query mode based on the --file, --group, --package, and --all long options (RedHat: #630328). * Improve rpm query option completions. + * Drop bad kompare filename completion (Alioth: #312708). [ Freddy Vulto ] * Added _tilde(), fix ~username completion (Alioth: #312613, Debian: #587095) diff --git a/bash_completion b/bash_completion index eabb38d6..d423753e 100644 --- a/bash_completion +++ b/bash_completion @@ -121,7 +121,6 @@ complete -f -X '!*.@([Pp][Rr][Gg]|[Cc][Ll][Pp])' harbour gharbour hbpp complete -f -X '!*.[Hh][Rr][Bb]' hbrun complete -f -X '!*.ly' lilypond ly2dvi complete -f -X '!*.@(dif?(f)|?(d)patch)?(.@([gx]z|bz2|lzma))' cdiff -complete -f -X '!*.@(dif?(f)|?(d)patch)' kompare complete -f -X '!*.lyx' lyx # FINISH exclude -- do not remove this line