diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-08-07 19:29:13 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-08-07 19:29:13 +0000 |
commit | adbab91edbb9df8a8c4bc9c98fc68ca857a4fcf6 (patch) | |
tree | cfc48825ef1c042860c06abdfc6fdb2b8318cb58 /Completion/Zsh/Context | |
parent | 4b5c30993a956832db30eb914954fb2b57745295 (diff) | |
download | zsh-adbab91edbb9df8a8c4bc9c98fc68ca857a4fcf6.tar.gz zsh-adbab91edbb9df8a8c4bc9c98fc68ca857a4fcf6.tar.xz zsh-adbab91edbb9df8a8c4bc9c98fc68ca857a4fcf6.zip |
use _x_display when setting $DISPLAY and fix bug in enable completion (15594)
Diffstat (limited to 'Completion/Zsh/Context')
-rw-r--r-- | Completion/Zsh/Context/_value | 2 |
1 files changed, 2 insertions, 0 deletions
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 "$@" |