From 63b336243fdf5e60058472fa456ed11e75280189 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 21 Jan 2004 13:53:28 +0000 Subject: 19387: add (-.) glob qualifier to globs where only files are directly applicable --- Completion/Unix/Command/_w3m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_w3m') diff --git a/Completion/Unix/Command/_w3m b/Completion/Unix/Command/_w3m index 1106d5987..4e849ce0c 100644 --- a/Completion/Unix/Command/_w3m +++ b/Completion/Unix/Command/_w3m @@ -38,7 +38,7 @@ if [[ -n $state ]]; then _tags files w3mhistory urls while _tags; do - _requested files expl 'file' _files -g "*.x#html" && ret=0 + _requested files expl 'file' _files -g "*.x#html(-.)" && ret=0 _requested urls expl 'url' _urls && ret=0 if [[ -s ~/.w3m/history ]] && _requested w3mhistory; then w3mhistory=( ${(f)"$(<~/.w3m/history)"} ) -- cgit 1.4.1