- fix typo in vim completion and add a couple more file types to avoid
returning as possible completions
This commit is contained in:
parent
075fd0f00a
commit
ef2d6ece51
@ -1,6 +1,6 @@
|
||||
# bash_completion - some programmable completion functions for bash 2.05a
|
||||
#
|
||||
# $Id: bash_completion,v 1.388 2002/07/26 18:55:35 ianmacd Exp $
|
||||
# $Id: bash_completion,v 1.389 2002/07/27 09:12:32 ianmacd Exp $
|
||||
#
|
||||
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
||||
#
|
||||
@ -73,7 +73,7 @@ complete -f -X '!*.@(ogg|OGG)' ogg123
|
||||
complete -f -X '!*.@(mp3|MP3|ogg|OGG|pls|m3u)' xmms gqmpeg freeamp
|
||||
complete -f -X '!*.fig' xfig
|
||||
complete -f -X '!*.@(mid?(i))' timidity playmidi
|
||||
complete -f -X '*.@(o|so|so.*|a|tar|?(t)gz|?(t)bz2|rpm|zip|ZIP|gif|GIF|jp?(e)g|JP?(E)G|mp3|MP3|mpg|MPG|avi|AVI|asf|ASF' vi vim emacs
|
||||
complete -f -X '*.@(o|so|so.*|a|tar|?(t)gz|?(t)bz2|rpm|zip|ZIP|gif|GIF|jp?(e)g|JP?(E)G|mp3|MP3|mpg|MPG|avi|AVI|asf|ASF|ogg|OGG)' vi vim emacs
|
||||
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 '!*.@(htm?(l))' netscape mozilla lynx wget opera w3m galeon links curl dillo
|
||||
|
Loading…
x
Reference in New Issue
Block a user