[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.90-166-g739c6d2

Ville Skyttä ville.skytta at iki.fi
Wed May 16 19:12:36 UTC 2012


The following commit has been merged in the master branch:
commit 739c6d2833370e618fcdc37b5a72c15426313fae
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed May 16 22:11:26 2012 +0300

    man: Recognize 3gl as man page filename extension -- at least Mesa uses it.

diff --git a/completions/man b/completions/man
index f14d6c0..0c3769d 100644
--- a/completions/man
+++ b/completions/man
@@ -10,8 +10,8 @@ _man()
 
     local sect manpath manext mansect
 
-    manext="@([0-9lnp]|[0-9][px]|man|3pm)?(.@([gx]z|bz2|lzma|Z))"
-    mansect="@([0-9lnp]|[0-9][px]|3pm)"
+    manext="@([0-9lnp]|[0-9][px]|man|3?(gl|pm))?(.@([gx]z|bz2|lzma|Z))"
+    mansect="@([0-9lnp]|[0-9][px]|3?(gl|pm))"
 
     case $prev in
         -C|--config-file)

-- 
bash-completion



More information about the Bash-completion-commits mailing list