[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.0-72-gc6f6080

Ville Skyttä ville.skytta at iki.fi
Tue Nov 6 21:03:39 UTC 2012


The following commit has been merged in the master branch:
commit b8cbf1ba9401fc99375e01cfc122a7ef2aa620f2
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Nov 6 23:02:02 2012 +0200

    man: Fix -P/--pager full path arg completion.

diff --git a/completions/man b/completions/man
index 9ebdb1c..9a66663 100644
--- a/completions/man
+++ b/completions/man
@@ -26,6 +26,7 @@ _man()
             return
             ;;
         -P|--pager)
+            compopt -o filenames
             COMPREPLY=( $( compgen -c -- "$cur" ) )
             return
             ;;

-- 
bash-completion



More information about the Bash-completion-commits mailing list