##// END OF EJS Templates
zsh: complete unknown commands normally
Brendan Cully -
r3597:0d253ec9 default
parent child Browse files
Show More
@@ -80,7 +80,10 b' typeset -A _hg_cmd_globals'
80 80 then
81 81 curcontext="${curcontext%:*:*}:hg-${cmd}:"
82 82 _hg_cmd_${cmd}
83 return
83 else
84 # complete unknown commands normally
85 _arguments -s -w : $_hg_global_opts \
86 '*:files:_files -W $(_hg_cmd root)'
84 87 fi
85 88 }
86 89
General Comments 0
You need to be logged in to leave comments. Login now