From adbab91edbb9df8a8c4bc9c98fc68ca857a4fcf6 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Tue, 7 Aug 2001 19:29:13 +0000 Subject: use _x_display when setting $DISPLAY and fix bug in enable completion (15594) --- Completion/Zsh/Context/_value | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Completion/Zsh/Context') diff --git a/Completion/Zsh/Context/_value b/Completion/Zsh/Context/_value index 15218eb60..cb2675c0e 100644 --- a/Completion/Zsh/Context/_value +++ b/Completion/Zsh/Context/_value @@ -58,4 +58,6 @@ _value:LDFLAGS () { fi } +_value:DISPLAY() { _x_display "$@" } + _value "$@" -- cgit 1.4.1