Add basic lyx completion.
This commit is contained in:
parent
14f2393024
commit
cb577d3dd2
3
CHANGES
3
CHANGES
@ -103,6 +103,9 @@ bash-completion (2.x)
|
|||||||
[ Mario Schwalbe ]
|
[ Mario Schwalbe ]
|
||||||
* Update find completion (Alioth: #312491).
|
* Update find completion (Alioth: #312491).
|
||||||
|
|
||||||
|
[ Mark van Rossum ]
|
||||||
|
* Add basic lyx completion.
|
||||||
|
|
||||||
-- David Paleino <d.paleino@gmail.com> Sun, 11 Oct 2009 11:11:57 +0200
|
-- David Paleino <d.paleino@gmail.com> Sun, 11 Oct 2009 11:11:57 +0200
|
||||||
|
|
||||||
bash-completion (1.1)
|
bash-completion (1.1)
|
||||||
|
@ -122,6 +122,7 @@ complete -f -X '!*.[Hh][Rr][Bb]' hbrun
|
|||||||
complete -f -X '!*.ly' lilypond ly2dvi
|
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)?(.@([gx]z|bz2|lzma))' cdiff
|
||||||
complete -f -X '!*.@(dif?(f)|?(d)patch)' kompare
|
complete -f -X '!*.@(dif?(f)|?(d)patch)' kompare
|
||||||
|
complete -f -X '!*.lyx' lyx
|
||||||
# FINISH exclude -- do not remove this line
|
# FINISH exclude -- do not remove this line
|
||||||
|
|
||||||
# start of section containing compspecs that can be handled within bash
|
# start of section containing compspecs that can be handled within bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user