##// END OF EJS Templates
zsh: better fix for partial completions...
Steve Borho -
r3878:729f354f default
parent child Browse files
Show More
@@ -178,6 +178,7 b' typeset -A _hg_cmd_globals'
178 }
178 }
179
179
180 _hg_status() {
180 _hg_status() {
181 [[ -d $PREFIX ]] || PREFIX=$PREFIX:h
181 status_files=(${(ps:\0:)"$(_hg_cmd status -0n$1 ./$PREFIX 2>/dev/null)"})
182 status_files=(${(ps:\0:)"$(_hg_cmd status -0n$1 ./$PREFIX 2>/dev/null)"})
182 }
183 }
183
184
General Comments 0
You need to be logged in to leave comments. Login now