Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Evergreen:11.2:Test
zsh
zsh-4.3.10-run-help_pager.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File zsh-4.3.10-run-help_pager.patch of Package zsh
--- Functions/Misc/run-help +++ Functions/Misc/run-help @@ -30,7 +30,7 @@ return 0 elif [[ -n "${HELPDIR:-}" && -r $HELPDIR/$1 && $1 != compctl ]] then - ${=PAGER:-more} $HELPDIR/$1 + ${=PAGER:-less -M} $HELPDIR/$1 return $? fi @@ -64,7 +64,7 @@ (comp*) man zshcompsys;; (zf*) man zshftpsys;; (run-help) man zshcontrib;; - (*) builtin functions ${what[(w)1]} | ${=PAGER:-more};; + (*) builtin functions ${what[(w)1]} | ${=PAGER:-less -M};; esac;; (*( is a * builtin)) case ${what[(w)1]} in
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor