about summary refs log tree commit diff
path: root/Completion/Unix/Command/_w3mhistory
blob: f0f9441384d57f3c24b80ccac4e6d3b2ee97b3fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#autoload

local _w3mhistory

if [[ -s ~/.w3m/history ]]; then
   _w3mhistory=(${(f)"$(<$HOME/.w3m/history)"})
   compadd $_w3mhistory
fi

_urls -f