# HG changeset patch # User Augie Fackler # Date 1235150211 21600 # Node ID 7755c3adb60d5cfffad9c42324d952267eba24d7 # Parent ade76bc406d70aa822da5099392af72f7b20daed Fix completion stuff so that _hg will work as it should. diff --git a/.shell.d/50.completions.zsh b/.shell.d/50.completions.zsh --- a/.shell.d/50.completions.zsh +++ b/.shell.d/50.completions.zsh @@ -1,6 +1,6 @@ ## Completions -autoload -Uz compinit -compinit -C +autoload -U compinit +compinit ## completions #### autoload -U zstyle+ ## General completion technique