about summary refs log tree commit diff
path: root/Src
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-02-18 15:53:19 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-02-18 15:53:19 +0000
commit3f588ef05f56031de452e940b0f4b4fd5453b4ed (patch)
tree9b189a6c12ca29e5319f9502233b07e20a7ed4ea /Src
parentee5d13e7287c1cdd18422fc1444089e5e10532ee (diff)
downloadzsh-3f588ef05f56031de452e940b0f4b4fd5453b4ed.tar.gz
zsh-3f588ef05f56031de452e940b0f4b4fd5453b4ed.tar.xz
zsh-3f588ef05f56031de452e940b0f4b4fd5453b4ed.zip
merge changes from 4.1
Diffstat (limited to 'Src')
-rw-r--r--Src/Zle/complete.mdd2
-rw-r--r--Src/builtin.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Src/Zle/complete.mdd b/Src/Zle/complete.mdd
index eea9645dc..ea9d5f5f6 100644
--- a/Src/Zle/complete.mdd
+++ b/Src/Zle/complete.mdd
@@ -1,7 +1,7 @@
 name=zsh/complete
 link=either
 load=yes
-functions='Completion/comp* Completion/AIX/*/* Completion/BSD/*/* Completion/Base/*/* Completion/Debian/*/* Completion/Linux/*/* Completion/Mandrake/*/* Completion/Redhat/*/* Completion/Unix/*/* Completion/X/*/* Completion/Zsh/*/*'
+functions='Completion/*comp* Completion/AIX/*/* Completion/BSD/*/* Completion/Base/*/* Completion/Debian/*/* Completion/Linux/*/* Completion/Mandrake/*/* Completion/Redhat/*/* Completion/Unix/*/* Completion/X/*/* Completion/Zsh/*/*'
 
 moddeps="zsh/zle"
 
diff --git a/Src/builtin.c b/Src/builtin.c
index b175bcae9..8b59accf1 100644
--- a/Src/builtin.c
+++ b/Src/builtin.c
@@ -116,7 +116,7 @@ static struct builtin builtins[] =
     BUILTIN("unalias", 0, bin_unhash, 1, -1, 0, "m", "a"),
     BUILTIN("unfunction", 0, bin_unhash, 1, -1, 0, "m", "f"),
     BUILTIN("unhash", 0, bin_unhash, 1, -1, 0, "adfm", NULL),
-    BUILTIN("unset", BINF_PSPECIAL, bin_unset, 1, -1, 0, "fm", NULL),
+    BUILTIN("unset", BINF_PSPECIAL, bin_unset, 1, -1, 0, "fmv", NULL),
     BUILTIN("unsetopt", 0, bin_setopt, 0, -1, BIN_UNSETOPT, NULL, NULL),
     BUILTIN("wait", 0, bin_fg, 0, -1, BIN_WAIT, NULL, NULL),
     BUILTIN("whence", 0, bin_whence, 0, -1, 0, "acmpvfsw", NULL),