man: Fix -P/--pager full path arg completion.
This commit is contained in:
parent
b2d985c0bf
commit
b8cbf1ba94
@ -26,6 +26,7 @@ _man()
|
||||
return
|
||||
;;
|
||||
-P|--pager)
|
||||
compopt -o filenames
|
||||
COMPREPLY=( $( compgen -c -- "$cur" ) )
|
||||
return
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user