From b8111ab5e47f20796f56f51c9c98a21ce7b756e2 Mon Sep 17 00:00:00 2001 From: ianmacd <> Date: Thu, 7 Jul 2005 19:52:03 +0000 Subject: [PATCH] =?UTF-8?q?Support=20the=20new=20open=20document=20formats?= =?UTF-8?q?=20of=20OpenOffice=202.0.=20(patch=20from=20Hanno=20B=C3=B6ck?= =?UTF-8?q?=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash_completion | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bash_completion b/bash_completion index 91cdd805..820144fe 100644 --- a/bash_completion +++ b/bash_completion @@ -1,6 +1,6 @@ # bash_completion - some programmable completion functions for bash 2.05b # -# $Id: bash_completion,v 1.791 2005/07/07 21:45:26 ianmacd Exp $ +# $Id: bash_completion,v 1.792 2005/07/07 21:52:03 ianmacd Exp $ # # Copyright (C) Ian Macdonald # @@ -111,9 +111,9 @@ complete -f -X '*.@(o|so|so.!(conf)|a|rpm|gif|GIF|jp?(e)g|JP?(E)G|mp3|MP3|mp?(e) complete -f -X '!*.@(exe|EXE|com|COM|scr|SCR)' wine complete -f -X '!*.@(zip|ZIP|z|Z|gz|GZ|tgz|TGZ)' bzme complete -f -X '!*.@(?([xX]|[sS])[hH][tT][mM]?([lL]))' netscape mozilla lynx opera galeon curl dillo elinks amaya -complete -f -X '!*.@(sxw|stw|sxg|doc|dot|rtf|txt|htm|html)' oowriter -complete -f -X '!*.@(sxi|sti|pps|ppt|pot)' ooimpress -complete -f -X '!*.@(sxc|stc|xls|xlw|xlt|csv)' oocalc +complete -f -X '!*.@(sxw|stw|sxg|doc|dot|rtf|txt|htm|html|odt|ott)' oowriter +complete -f -X '!*.@(sxi|sti|pps|ppt|pot|odp|otp)' ooimpress +complete -f -X '!*.@(sxc|stc|xls|xlw|xlt|csv|ods|ots)' oocalc # FINISH exclude -- do not remove this line # start of section containing compspecs that can be handled within bash