diff --git a/CHANGES b/CHANGES index 799c64e4..39e2f37c 100644 --- a/CHANGES +++ b/CHANGES @@ -103,6 +103,9 @@ bash-completion (2.x) [ Mario Schwalbe ] * Update find completion (Alioth: #312491). + [ Mark van Rossum ] + * Add basic lyx completion. + -- David Paleino Sun, 11 Oct 2009 11:11:57 +0200 bash-completion (1.1) diff --git a/bash_completion b/bash_completion index 4b8edaa5..8f8b378d 100644 --- a/bash_completion +++ b/bash_completion @@ -122,6 +122,7 @@ 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 # start of section containing compspecs that can be handled within bash