about summary refs log tree commit diff
path: root/Completion/Unix/Command/_w3m
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_w3m')
-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