From b58339667420ef41df027ce400979d602082072e Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 14 Nov 2003 11:56:52 +0000 Subject: 19244: various completion function fixes and updates --- Completion/Unix/Command/_w3mhistory | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Completion/Unix/Command/_w3mhistory (limited to 'Completion/Unix/Command/_w3mhistory') diff --git a/Completion/Unix/Command/_w3mhistory b/Completion/Unix/Command/_w3mhistory deleted file mode 100644 index f0f944138..000000000 --- a/Completion/Unix/Command/_w3mhistory +++ /dev/null @@ -1,10 +0,0 @@ -#autoload - -local _w3mhistory - -if [[ -s ~/.w3m/history ]]; then - _w3mhistory=(${(f)"$(<$HOME/.w3m/history)"}) - compadd $_w3mhistory -fi - -_urls -f -- cgit v1.2.3