summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2012-11-17 10:48:10 +0100
committerMartin Väth <martin@mvath.de>2015-10-11 10:48:33 +0200
commit38c6c61ee187f3e3f926a11a3f857a3e60fcb43d (patch)
tree0c4770f5c55e9c5c9f64b47b341eac98fda253e0 /app-shells/auto-fu-zsh
parentAdd lesspipe (diff)
downloadmv-38c6c61ee187f3e3f926a11a3f857a3e60fcb43d.tar.gz
mv-38c6c61ee187f3e3f926a11a3f857a3e60fcb43d.tar.bz2
mv-38c6c61ee187f3e3f926a11a3f857a3e60fcb43d.zip
Bump runtitle video-mv starter squash_dir kernel noscript auto-fu-zsh
Diffstat (limited to 'app-shells/auto-fu-zsh')
-rw-r--r--app-shells/auto-fu-zsh/ChangeLog3
l---------app-shells/auto-fu-zsh/auto-fu-zsh-0.0.1.12-r2.ebuild (renamed from app-shells/auto-fu-zsh/auto-fu-zsh-0.0.1.12-r1.ebuild)0
-rw-r--r--app-shells/auto-fu-zsh/auto-fu-zsh-99999999.ebuild2
3 files changed, 4 insertions, 1 deletions
diff --git a/app-shells/auto-fu-zsh/ChangeLog b/app-shells/auto-fu-zsh/ChangeLog
index 77fdd737..714cb7b8 100644
--- a/app-shells/auto-fu-zsh/ChangeLog
+++ b/app-shells/auto-fu-zsh/ChangeLog
@@ -4,6 +4,9 @@
*auto-fu-zsh-99999999 (04 Nov 2012)
+ 17 Nov 2012; Martin Väth <martin@mvath.de>
+ Remove _oldlist completer from defaults
+
04 Nov 2012; Martin Väth <martin@mvath.de>
Provide git version which works nicely with zsh-syntax-highlighting
diff --git a/app-shells/auto-fu-zsh/auto-fu-zsh-0.0.1.12-r1.ebuild b/app-shells/auto-fu-zsh/auto-fu-zsh-0.0.1.12-r2.ebuild
index fe5fb670..fe5fb670 120000
--- a/app-shells/auto-fu-zsh/auto-fu-zsh-0.0.1.12-r1.ebuild
+++ b/app-shells/auto-fu-zsh/auto-fu-zsh-0.0.1.12-r2.ebuild
diff --git a/app-shells/auto-fu-zsh/auto-fu-zsh-99999999.ebuild b/app-shells/auto-fu-zsh/auto-fu-zsh-99999999.ebuild
index de05bdc0..60f49b90 100644
--- a/app-shells/auto-fu-zsh/auto-fu-zsh-99999999.ebuild
+++ b/app-shells/auto-fu-zsh/auto-fu-zsh-99999999.ebuild
@@ -44,7 +44,7 @@ generate_example() {
autoload -Uz compinit is-at-least
compinit -D -u
-zstyle ':completion:*' completer _oldlist _complete
+zstyle ':completion:*' completer _complete
zstyle ':completion:*' list-colors \${(s.:.)LS_COLORS}
zstyle ':completion:*' menu select=1 # interactive
zstyle ':completion:*' accept-exact-dirs true