about summary refs log blame commit diff stats
path: root/config/ksh/functions/man_complete
blob: bab26dd6dbc6ed8bfad0c1da54407d30230cb121 (plain) (tree)
1
2
3
4

                
                                                                     
 
#!/bin/ksh
man_complete() {
	set -A complete_man -- $(<~cache/ksh/precompletions/manpages)
}