From d726746c3d16f7606d984c94ca1cc6b59d192d30 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 28 Feb 2000 10:00:25 +0000 Subject: manual/9897 --- Completion/X/_x_window | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/X/_x_window') diff --git a/Completion/X/_x_window b/Completion/X/_x_window index 139210f32..a79f7fd62 100644 --- a/Completion/X/_x_window +++ b/Completion/X/_x_window @@ -4,7 +4,7 @@ local list expl _tags windows || return 1 -list=( "${(@)${(M@)${(@f)$(xwininfo -root -tree)}:#[ ]#0x[0-9a-f]# \"*}##[ ]#}" ) +list=( "${(@)${(M@)${(@f)$(_call windows xwininfo -root -tree)}:#[ ]#0x[0-9a-f]# \"*}##[ ]#}" ) if [[ "$1" = -n ]]; then shift -- cgit 1.4.1