Support the new open document formats of OpenOffice 2.0. (patch from Hanno

Böck <mail@hboeck.de>)
This commit is contained in:
ianmacd 2005-07-07 19:52:03 +00:00
parent 6d2fadfb33
commit b8111ab5e4

View File

@ -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 <ian@caliban.org>
#
@ -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