1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 04:40:59 +01:00

32031 plus missed _run_help: get helpfiles install path corect in functions

This commit is contained in:
Peter Stephenson 2013-11-23 17:44:12 +00:00
parent 8e2d4c2cf7
commit 9503b161ab
7 changed files with 31 additions and 6 deletions

View file

@ -10,7 +10,7 @@
emulate -RL zsh
local HELPDIR="${HELPDIR:-/usr/share/zsh/$ZSH_VERSION/help}"
local HELPDIR="${HELPDIR:-@runhelpdir@}"
[[ $1 == "." ]] && 1="dot"
[[ $1 == ":" ]] && 1="colon"