about summary refs log tree commit diff
path: root/Completion/Unix/Command/_w3mhistory
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-11-14 11:56:52 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-11-14 11:56:52 +0000
commitb58339667420ef41df027ce400979d602082072e (patch)
treefb332866dca1f0a6095f6ba3292b49837a035420 /Completion/Unix/Command/_w3mhistory
parent18c6d88d2fa1ff8128edbd10274f7ddb41a9ef4e (diff)
downloadzsh-b58339667420ef41df027ce400979d602082072e.tar.gz
zsh-b58339667420ef41df027ce400979d602082072e.tar.xz
zsh-b58339667420ef41df027ce400979d602082072e.zip
19244: various completion function fixes and updates
Diffstat (limited to 'Completion/Unix/Command/_w3mhistory')
-rw-r--r--Completion/Unix/Command/_w3mhistory10
1 files changed, 0 insertions, 10 deletions
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