From 18c6d88d2fa1ff8128edbd10274f7ddb41a9ef4e Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 14 Nov 2003 07:18:14 +0000 Subject: unposted: fix typo in _w3m --- Completion/Unix/Command/_w3m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') 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 -- cgit 1.4.1