[Bash-completion-commits] [SCM] bash-completion branch, master, updated. cb577d3dd29deba7d88ff0953daea66b9cbff518

Ville Skyttä ville.skytta at iki.fi
Sun May 9 18:28:41 UTC 2010


The following commit has been merged in the master branch:
commit cb577d3dd29deba7d88ff0953daea66b9cbff518
Author: Mark van Rossum <mvanross at inf.ed.ac.uk>
Date:   Sun May 9 21:28:27 2010 +0300

    Add basic lyx completion.

diff --git a/CHANGES b/CHANGES
index 799c64e..39e2f37 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 <d.paleino at gmail.com>  Sun, 11 Oct 2009 11:11:57 +0200
 
 bash-completion (1.1)
diff --git a/bash_completion b/bash_completion
index 4b8edaa..8f8b378 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

-- 
bash-completion



More information about the Bash-completion-commits mailing list