From: martin f. krafft <madduck@madduck.net>
Date: Mon, 5 May 2008 17:29:28 +0000 (+0100)
Subject: load zsh/complist
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=40b63e708819d7e898b31d832b3522472044c5df;p=zsh.git

load zsh/complist
---

diff --git a/.zsh/zshrc/20_compsys b/.zsh/zshrc/20_compsys
index 4980eaa..9df7b29 100644
--- a/.zsh/zshrc/20_compsys
+++ b/.zsh/zshrc/20_compsys
@@ -26,6 +26,9 @@ setopt always_to_end
 # be magic about adding/removing final characters on tab completion
 setopt auto_param_keys auto_param_slash auto_remove_slash
 
+# load fancy completion list and menu handler
+zmodload zsh/complist
+
 # initialise the completion system
 autoload -U compinit
 compinit -d $VAR/zsh/compdump