comparison .shell.d/50.completions.zsh @ 54:7755c3adb60d

Fix completion stuff so that _hg will work as it should.
author Augie Fackler <durin42@gmail.com>
date Fri, 20 Feb 2009 11:16:51 -0600
parents 62bfb554ab85
children
comparison
equal deleted inserted replaced
53:ade76bc406d7 54:7755c3adb60d
1 ## Completions 1 ## Completions
2 autoload -Uz compinit 2 autoload -U compinit
3 compinit -C 3 compinit
4 ## completions #### 4 ## completions ####
5 autoload -U zstyle+ 5 autoload -U zstyle+
6 ## General completion technique 6 ## General completion technique
7 ## complete as much you can .. 7 ## complete as much you can ..
8 zstyle ':completion:*' completer _complete _list _oldlist _expand _ignored _match _correct _approximate _prefix 8 zstyle ':completion:*' completer _complete _list _oldlist _expand _ignored _match _correct _approximate _prefix