Add basic lyx completion.

This commit is contained in:
Mark van Rossum 2010-05-09 21:28:27 +03:00 committed by Ville Skyttä
parent 14f2393024
commit cb577d3dd2
2 changed files with 4 additions and 0 deletions

View File

@ -103,6 +103,9 @@ bash-completion (2.x)
[ Mario Schwalbe ]
* 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
bash-completion (1.1)

View File

@ -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