about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2003-11-14 07:18:14 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2003-11-14 07:18:14 +0000
commit18c6d88d2fa1ff8128edbd10274f7ddb41a9ef4e (patch)
treed7eee0bcd76f3ac4473e217dafa20a782baadd00 /Completion
parent3780c3e6932417687b4232d95c5a48962322607c (diff)
downloadzsh-18c6d88d2fa1ff8128edbd10274f7ddb41a9ef4e.tar.gz
zsh-18c6d88d2fa1ff8128edbd10274f7ddb41a9ef4e.tar.xz
zsh-18c6d88d2fa1ff8128edbd10274f7ddb41a9ef4e.zip
unposted: fix typo in _w3m
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_w3m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_w3m b/Completion/Unix/Command/_w3m
index 683a9f67d..c37ab920d 100644
--- a/Completion/Unix/Command/_w3m
+++ b/Completion/Unix/Command/_w3m
@@ -35,6 +35,6 @@ _arguments -C \
 
 case $state in
 	html)
-	_alternative 'files:file:_files -g "*.x#html"' 'urls:url:_w3mhist'
+	_alternative 'files:file:_files -g "*.x#html"' 'urls:url:_w3mhistory'
 	;;
 esac